aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.c
diff options
context:
space:
mode:
Diffstat (limited to 'iseq.c')
-rw-r--r--iseq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iseq.c b/iseq.c
index 7f187b84a1..1f868f7759 100644
--- a/iseq.c
+++ b/iseq.c
@@ -627,7 +627,7 @@ rb_iseq_compile_with_option(VALUE src, VALUE file, VALUE absolute_path, VALUE li
const INITIALIZED VALUE label = parent ?
parent->body->location.label :
rb_fstring_cstr("<compiled>");
- VALUE parser = rb_parser_new();
+ const INITIALIZED VALUE parser = rb_parser_new();
rb_parser_mild_error(parser);
th->base_block = base_block;