From 9aa67e267b9c8d84e49464ea6f83e6f31c38efca Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 13 Apr 2014 03:48:17 +0000 Subject: * bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS. * internal.h: Ditto. * marshal.c: Ditto. * rational.c: Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/-ext-/bignum/test_str2big.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/-ext-/bignum/test_str2big.rb') diff --git a/test/-ext-/bignum/test_str2big.rb b/test/-ext-/bignum/test_str2big.rb index f77641b350..4304be88e9 100644 --- a/test/-ext-/bignum/test_str2big.rb +++ b/test/-ext-/bignum/test_str2big.rb @@ -4,7 +4,7 @@ require "-test-/bignum" class TestBignum < Test::Unit::TestCase class TestStr2big < Test::Unit::TestCase - SIZEOF_BDIGITS = Bignum::SIZEOF_BDIGITS + SIZEOF_BDIGIT = Bignum::SIZEOF_BDIGIT BITSPERDIG = Bignum::BITSPERDIG BDIGMAX = (1 << BITSPERDIG) - 1 -- cgit v1.2.3