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
|
@ -13,7 +13,7 @@
|
|||
|
||||
typedef enum {
|
||||
CONST_PUBLIC = 0x00,
|
||||
CONST_PRIVATE = 0x01,
|
||||
CONST_PRIVATE = 0x01
|
||||
} rb_const_flag_t;
|
||||
|
||||
typedef struct rb_const_entry_struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue