From 6fe40011a8a4f443248962a1dd6d9f590270a15a Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 1 Sep 2013 04:03:32 +0000 Subject: * bignum.c: Remove BITSPERDIG >= INT_MAX test. The static assertion, SIZEOF_BDIGITS <= sizeof(BDIGIT) is enough. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8210ac2975..3b504f685d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Sep 1 13:02:24 2013 Tanaka Akira + + * bignum.c: Remove BITSPERDIG >= INT_MAX test. The static assertion, + SIZEOF_BDIGITS <= sizeof(BDIGIT) is enough. + Sun Sep 1 11:38:26 2013 Tanaka Akira * bignum.c (maxpow_in_bdigit): Removed. -- cgit v1.2.3