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 2f3c460e8e..abe888afec 100644
--- a/iseq.h
+++ b/iseq.h
@@ -51,7 +51,7 @@ struct iseq_catch_table_entry {
CATCH_TYPE_RETRY,
CATCH_TYPE_BREAK,
CATCH_TYPE_REDO,
- CATCH_TYPE_NEXT,
+ CATCH_TYPE_NEXT
} type;
VALUE iseq;
unsigned long start;
@@ -107,7 +107,7 @@ enum defined_type {
DEFINED_YIELD,
DEFINED_REF,
DEFINED_ZSUPER,
- DEFINED_FUNC,
+ DEFINED_FUNC
};
#if defined __GNUC__ && __GNUC__ >= 4