diff options
Diffstat (limited to 'internal/compile.h')
-rw-r--r-- | internal/compile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/compile.h b/internal/compile.h index 932dce2744..d32c2233c9 100644 --- a/internal/compile.h +++ b/internal/compile.h @@ -25,6 +25,7 @@ st_index_t rb_iseq_cdhash_hash(VALUE a); /* iseq.c */ int rb_vm_insn_addr2insn(const void *); int rb_vm_insn_decode(const VALUE encoded); +extern bool ruby_vm_keep_script_lines; MJIT_SYMBOL_EXPORT_BEGIN /* iseq.c (export) */ |