From 33d0be15002d785af0a65f83377895a87138a5a6 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Mon, 25 Jun 2018 03:14:48 +0000 Subject: 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 --- ext/socket/unixsocket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/socket/unixsocket.c b/ext/socket/unixsocket.c index 658100320a..8bdfc84575 100644 --- a/ext/socket/unixsocket.c +++ b/ext/socket/unixsocket.c @@ -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; -- cgit v1.2.3