aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-23 15:44:34 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-23 15:44:34 +0000
commit4efba669ece01e2b800dba55ee9fe235f9a0bb45 (patch)
treef78bcccf3eb5667bfef801336bca40e1ed75dc0f /ChangeLog
parentb28608f780191497e91e53f50bec439e144e0f19 (diff)
downloadruby-4efba669ece01e2b800dba55ee9fe235f9a0bb45.tar.gz
ruby.h: define RBIGNUM_EMBED_LEN_MAX by macros
* include/ruby/ruby.h (RBIGNUM_EMBED_LEN_MAX): define by macros defined in defines.h, instead of complex and repeated expression. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43821 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 d6c6ed0830..7233bcc89c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Nov 24 00:44:30 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * include/ruby/ruby.h (RBIGNUM_EMBED_LEN_MAX): define by macros
+ defined in defines.h, instead of complex and repeated expression.
+
Sat Nov 23 22:22:26 2013 Tanaka Akira <akr@fsij.org>
* include/ruby/ruby.h (RBIGNUM_EMBED_LEN_MAX): Limit the value to