summaryrefslogtreecommitdiff
path: root/vm_insnhelper.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-09 04:25:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-09 04:25:54 +0000
commitfe867f47ac42604cbbefddeae18c88ceab223235 (patch)
tree2208e04de9d48f6e977badbf77fcea794fd2c5c7 /vm_insnhelper.h
parent47c2b02f2b6e363cdf2c1014ce139fedaa69c77a (diff)
* cont.c (fiber_status), template/insns.inc.tmpl (ruby_vminsn_type),
vm_insnhelper.h (BOP): ISO C forbids comma at end of enumerator list. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.h')
-rw-r--r--vm_insnhelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_insnhelper.h b/vm_insnhelper.h
index 83efeda4ba..613d997a4c 100644
--- a/vm_insnhelper.h
+++ b/vm_insnhelper.h
@@ -53,7 +53,7 @@ enum {
BOP_NOT,
BOP_NEQ,
- BOP_LAST_,
+ BOP_LAST_
};
extern char ruby_vm_redefined_flag[BOP_LAST_];