1
0
Fork 0
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@63747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2018-06-25 03:14:48 +00:00
parent faba0ee1c1
commit 33d0be1500

View file

@ -343,7 +343,7 @@ unix_recv_io(int argc, VALUE *argv, VALUE sock)
enum {
GC_REASON_EMSGSIZE = 0x1,
GC_REASON_TRUNCATE = 0x2,
GC_REASON_ENOMEM = 0x4,
GC_REASON_ENOMEM = 0x4
};
int fd;