From c12b19aec4fcd60cc194a84df5bebe36d5b385b5 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 29 Sep 2007 19:33:03 +0000 Subject: * bignum.c: use SIZEOF_LONG instead of SIZEOF_ULONG which is not defined. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fd6269333..cccd409a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Sep 30 04:30:55 2007 Tanaka Akira + + * bignum.c: use SIZEOF_LONG instead of SIZEOF_ULONG which is not + defined. + Sun Sep 30 04:03:43 2007 Tanaka Akira * re.c (Init_Regexp): test DEFAULT_KCODE in C code because -- cgit