mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
remove a comma at end of enumerator list.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9ea7e27d58
commit
fe1f0df92b
5 changed files with 20 additions and 6 deletions
|
@ -27,7 +27,7 @@ typedef struct iseq_link_element {
|
|||
ISEQ_ELEMENT_NONE,
|
||||
ISEQ_ELEMENT_LABEL,
|
||||
ISEQ_ELEMENT_INSN,
|
||||
ISEQ_ELEMENT_ADJUST,
|
||||
ISEQ_ELEMENT_ADJUST
|
||||
} type;
|
||||
struct iseq_link_element *next;
|
||||
struct iseq_link_element *prev;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue