From ebee33c230a10f26625ad6770ffe3442ca135aa0 Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 21 Oct 2005 06:33:00 +0000 Subject: * time.c: should use LONG_LONG instead of `long long'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4c906cd5b..5e1de6c19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ Fri Oct 21 15:27:17 2005 Hirokazu Yamamoto (but I believe this won't cause actual bug in current implementation) [ruby-dev:27055] + * time.c: should use LONG_LONG instead of `long long'. + Thu Oct 20 09:37:15 2005 Hirokazu Yamamoto * lib/mkmf.rb (create_makefile): Borland make seems not to allow -- cgit