diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-10-02 19:08:54 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-10-02 20:43:40 +0900 |
commit | 3e1021b1448a5820d387795e065ae25b9da5abdf () | |
tree | cc6aa2d9241c7fb18531add8f859a8b01e43da28 /mini_builtin.c | |
parent | 4e219d8f7d3e76cf60e747dc16deb3452f297442 (diff) |
Make default parser enum and define getter/setter
Notes: Merged: https://.com/ruby/ruby/pull/11761
-rw-r--r-- | mini_builtin.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ builtin_iseq_load(const char *feature_name, const struct rb_builtin_function *ta .debug_level = 0, }; - if (*rb_ruby_prism_ptr()) { pm_parse_result_t result = { 0 }; pm_prelude_load(&result, name_str, code, start_line); |