diff options
Diffstat (limited to 'vm.c')
-rw-r--r-- | vm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4456,7 +4456,7 @@ rb_ruby_verbose_ptr(void) return &cr->verbose; } -static bool prism; +static bool prism = (RB_DEFAULT_PARSER == 1); bool * rb_ruby_prism_ptr(void) |