From 999be5f5fd879b582955689487598ea3f825e229 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Wed, 22 Jul 2009 13:27:26 +0000 Subject: * method.h : Commas at end of enum list not allowed as of C89 * vm_method.c (rb_add_method): avoid C++ comment * vm_insnhelper.c (vm_call_cfunc): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 88e4cb215..6c0480363 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Jul 22 22:16:48 2009 URABE Shyouhei + + * method.h : Commas at end of enum list not allowed as of C89 + + * vm_method.c (rb_add_method): avoid C++ comment + + * vm_insnhelper.c (vm_call_cfunc): ditto. + Wed Jul 22 20:42:52 2009 NAKAMURA Usaku * ext/socket/extconf.rb: define IPPROTO_IPV6 macro for recent Windows -- cgit