From da741692c8a9287cb914ba3b2547bd4c0225b337 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 25 May 2007 02:13:18 +0000 Subject: * regint.h (include): on some platform, defines.h redefines SIZE_OF_LONG_LONG so souldn't re-include config.h after included defines.h. * regint.h (vsnprintf): ruby on windows already have vsnprintf macro. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 42f880dd2..0eb8ec0a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri May 25 11:09:47 2007 NAKAMURA Usaku + + * regint.h (include): on some platform, defines.h redefines + SIZE_OF_LONG_LONG so souldn't re-include config.h after included + defines.h. + + * regint.h (vsnprintf): ruby on windows already have vsnprintf macro. + Thu May 24 12:07:27 2007 Koichi Sasada * cont.c: check across trap violation. -- cgit