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 --- template/insns.inc.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'template/insns.inc.tmpl') diff --git a/template/insns.inc.tmpl b/template/insns.inc.tmpl index 97c20ef9ad..a64b39ccd2 100644 --- a/template/insns.inc.tmpl +++ b/template/insns.inc.tmpl @@ -15,7 +15,6 @@ enum ruby_vminsn_type { <%= insns %> + VM_INSTRUCTION_SIZE = <%= @insns.size %> }; -#define VM_INSTRUCTION_SIZE <%= @insns.size %> - -- cgit v1.2.3