summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-18 07:16:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-18 07:16:24 +0000
commit0eca22904bf18bdf864a7bb8dbce37ef14d35582 (patch)
treee5132713003f7f3e010d9609b301086615f66012 /ChangeLog
parenta36367533c611b28c7391e79048879ecc5456fd3 (diff)
ruby.h: define RClass only in C
* include/ruby/ruby.h (RClass): define only in C, `__attribute__` between `struct` and the name can't compile with g++. [ruby-core:70297] [Bug #11426] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 776d129350..6108dd1aa1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
-Tue Aug 18 11:40:51 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Tue Aug 18 16:16:21 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * include/ruby/ruby.h (RClass): move `__attribute__` after the
- keyword `struct` for g++. [ruby-core:70297] [Bug #11426]
+ * include/ruby/ruby.h (RClass): define only in C, `__attribute__`
+ between `struct` and the name can't compile with g++.
+ [ruby-core:70297] [Bug #11426]
Mon Aug 17 20:56:36 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>