diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-11-11 11:49:54 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-11-11 11:49:54 +0000 |
commit | fe9f1e8cf8a1d49c7d4d6baff2f1797ff89e7956 (patch) | |
tree | 81fe28f3a9a4ba55599c1c929e5e0b8d6967f1c2 /ChangeLog | |
parent | 8a7d063c1f46fb47d12119e6c2b6dcbfcbc1d909 (diff) | |
download | ruby-fe9f1e8cf8a1d49c7d4d6baff2f1797ff89e7956.tar.gz |
* include/ruby/ruby.h (PRI_LL_PREFIX): format type specifier for
LONG_LONG may vary on platforms.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Thu Nov 11 20:49:48 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * include/ruby/ruby.h (PRI_LL_PREFIX): format type specifier for + LONG_LONG may vary on platforms. + Thu Nov 11 20:45:23 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> * configure.in (SYMBOL_PREFIX): separate from EXPORT_PREFIX. |