summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-10 02:42:06 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-10 02:42:06 +0000
commitfe1f0df92b87357c5592cb1ecafd50f9ef40ce4c (patch)
treecee7a8a1410942d38c186c671b64d66a89e3ed60 /compile.c
parent9ea7e27d582990f7628f071a676b6f325e12f7a4 (diff)
remove a comma at end of enumerator list.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index 80a0e6f9ea..a564b571fe 100644
--- a/compile.c
+++ b/compile.c
@@ -27,7 +27,7 @@ typedef struct iseq_link_element {
ISEQ_ELEMENT_NONE,
ISEQ_ELEMENT_LABEL,
ISEQ_ELEMENT_INSN,
- ISEQ_ELEMENT_ADJUST,
+ ISEQ_ELEMENT_ADJUST
} type;
struct iseq_link_element *next;
struct iseq_link_element *prev;