diff options
author | Kevin Newton <[email protected]> | 2024-03-26 15:32:01 -0400 |
---|---|---|
committer | Kevin Newton <[email protected]> | 2024-03-27 08:34:42 -0400 |
commit | 42d1cd8f7fa62b585283e566d4be9a390631c43d (patch) | |
tree | 0370c42398150b2f8a9dbca8cd492bd243d68e46 /vm_eval.c | |
parent | a1ae29e87dd6d68da99df68420cd451b63b2211d (diff) |
[PRISM] Pass --enable-frozen-string-literal through to evals
Diffstat (limited to 'vm_eval.c')
-rw-r--r-- | vm_eval.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1663,8 +1663,6 @@ pm_eval_make_iseq(VALUE src, VALUE fname, int line, pm_parse_result_t result = { 0 }; pm_options_line_set(&result.options, line); - pm_options_frozen_string_literal_init(&result, rb_iseq_opt_frozen_string_literal()); - // Cout scopes, one for each parent iseq, plus one for our local scope int scopes_count = 0; do { |