1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nobu 2008-12-09 04:25:54 +00:00
parent 47c2b02f2b
commit fe867f47ac
4 changed files with 8 additions and 5 deletions

View file

@ -15,7 +15,6 @@
enum ruby_vminsn_type {
<%= insns %>
VM_INSTRUCTION_SIZE = <%= @insns.size %>
};
#define VM_INSTRUCTION_SIZE <%= @insns.size %>