add missing space

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-06-10 08:00:01 +00:00
parent f8ba9a1f60
commit 1188d9291c

View File

@ -26,7 +26,7 @@ Mon Jun 10 12:10:06 2013 Tanaka Akira <akr@fsij.org>
(integer_unpack_num_bdigits_generic): Ditto.
(integer_unpack_num_bdigits_bytes): New function.
(rb_integer_unpack): Use above functions.
Return a Bignum for INTEGER_PACK_FORCE_BIGNUM evenwhen the result
Return a Bignum for INTEGER_PACK_FORCE_BIGNUM even when the result
is zero.
Mon Jun 10 05:38:23 2013 Tanaka Akira <akr@fsij.org>