From fe867f47ac42604cbbefddeae18c88ceab223235 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 9 Dec 2008 04:25:54 +0000 Subject: * 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 --- vm_insnhelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_insnhelper.h') 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_]; -- cgit v1.2.3