summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-01 07:59:21 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-01 07:59:21 +0000
commit6f88631baa65b121c9f580db18d26162b1f65ff6 (patch)
tree6d1a8422361f2e00edbd09aae7c8dfb12bad4966 /ChangeLog
parenta739f593591e6bf00f69bb53033e9d4175e79d72 (diff)
* include/ruby/st.h (struct st_table): type of bit-field
'num_entries' is a GCC extension git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index af741bf647..bc05238004 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Tue Jul 1 16:51:35 2008 URABE Shyouhei <shyouhei@ruby-lang.org>
+Tue Jul 1 16:57:44 2008 URABE Shyouhei <shyouhei@ruby-lang.org>
+
+ * 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.