aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.h
diff options
context:
space:
mode:
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iseq.h b/iseq.h
index 699524f17f..370c7c8433 100644
--- a/iseq.h
+++ b/iseq.h
@@ -67,7 +67,7 @@ struct rb_compile_option_struct {
int stack_caching;
int trace_instruction;
int frozen_string_literal;
- int frozen_string_literal_debug;
+ int debug_frozen_string_literal;
int debug_level;
};