aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 3345607856..e173fabb8e 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -330,7 +330,7 @@ struct rb_iseq_constant_body {
rb_iseq_location_t location;
/* insn info, must be freed */
- struct iseq_line_info_entry *line_info_table;
+ const struct iseq_line_info_entry *line_info_table;
const ID *local_table; /* must free */