summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vm_core.h b/vm_core.h
index 8a8ceeb981..510a4ad4cd 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -274,8 +274,7 @@ struct rb_iseq_struct {
ID *arg_keyword_table;
/* catch table */
- struct iseq_catch_table_entry *catch_table;
- int catch_table_size;
+ struct iseq_catch_table *catch_table;
/* for child iseq */
struct rb_iseq_struct *parent_iseq;