aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-26 05:58:41 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-26 05:58:41 +0000
commite70b61d0104da0d4add791a7f2074fdff9511de0 (patch)
treee3224446d1bb05bd239b583894093e8f16b0e8a0 /ChangeLog
parentb9ea13595003eebdf18db97b8177285f215ce94f (diff)
downloadruby-e70b61d0104da0d4add791a7f2074fdff9511de0.tar.gz
* parse.y: inline must be static (for mswin).
fixed build error introduced at r45426. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d71f579f2..f82506da3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Mar 26 14:57:35 2014 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * parse.y: inline must be static (for mswin).
+ fixed build error introduced at r45426.
+
Wed Mar 26 14:33:00 2014 Narihiro Nakamura <authornari@gmail.com>
* internal.h (USE_SYMBOL_GC): enable Symbol GC by default (USE_SYMBOL_GC == 1).