From 202cfac9512ab65a28b19dae381068aba2bb36b3 Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 6 Aug 2009 16:51:37 +0000 Subject: * ext/digest/sha2/sha2.c: The ULL suffix is not supported by pre-C99 compilers, so resurrect the ULL() macro to regain portability. [ruby-dev:39032] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c04995a83..948a1b758 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Aug 7 01:49:41 2009 Akinori MUSHA + + * ext/digest/sha2/sha2.c: The ULL suffix is not supported by + pre-C99 compilers, so resurrect the ULL() macro to regain + portability. [ruby-dev:39032] + Fri Aug 7 01:35:26 2009 Akinori MUSHA * ext/digest/*/extconf.rb: inttypes.h and unistd.h need not be -- cgit