From 442211a6239c3801c3dcf9a904a156f93ffaf166 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Tue, 1 Jul 2008 07:59:21 +0000 Subject: * include/ruby/st.h (struct st_table): type of bit-field 'num_entries' is a GCC extension git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index af741bf64..bc0523800 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Tue Jul 1 16:51:35 2008 URABE Shyouhei +Tue Jul 1 16:57:44 2008 URABE Shyouhei + + * include/ruby/st.h (struct st_table): type of bit-field + 'num_entries' is a GCC extension * include/ruby/ruby.h (rb_intern): prefix __extnsion__ for braced-groups within expressions. -- cgit