aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.h
diff options
context:
space:
mode:
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/iseq.h b/iseq.h
index b75cb04757..a4a8c693dd 100644
--- a/iseq.h
+++ b/iseq.h
@@ -140,9 +140,9 @@ struct rb_compile_option_struct {
int debug_level;
};
-struct iseq_line_info_entry {
+struct iseq_insn_info_entry {
unsigned int position;
- unsigned int line_no;
+ int line_no;
};
struct iseq_catch_table_entry {