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 /iseq.c | |
parent | 4e219d8f7d3e76cf60e747dc16deb3452f297442 (diff) |
Make default parser enum and define getter/setter
Notes: Merged: https://.com/ruby/ruby/pull/11761
-rw-r--r-- | iseq.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1564,7 +1564,7 @@ iseqw_s_compile_parser(int argc, VALUE *argv, VALUE self, bool prism) static VALUE iseqw_s_compile(int argc, VALUE *argv, VALUE self) { - return iseqw_s_compile_parser(argc, argv, self, *rb_ruby_prism_ptr()); } /* |