mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
comma at the end of enum is a C99ism
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
67b547d06a
commit
1836af769c
1 changed files with 2 additions and 2 deletions
|
@ -66,11 +66,11 @@ enum vm_regan_regtype {
|
|||
VM_REGAN_EP = 2,
|
||||
VM_REGAN_CFP = 3,
|
||||
VM_REGAN_SELF = 4,
|
||||
VM_REGAN_ISEQ = 5,
|
||||
VM_REGAN_ISEQ = 5
|
||||
};
|
||||
enum vm_regan_acttype {
|
||||
VM_REGAN_ACT_GET = 0,
|
||||
VM_REGAN_ACT_SET = 1,
|
||||
VM_REGAN_ACT_SET = 1
|
||||
};
|
||||
|
||||
#if VM_COLLECT_USAGE_DETAILS
|
||||
|
|
Loading…
Reference in a new issue