1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

bit more explanation.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-04-28 05:31:28 +00:00
parent 6daf556345
commit e2551558e4

View file

@ -1,7 +1,8 @@
Mon Apr 28 14:21:18 2008 Tanaka Akira <akr@fsij.org>
* include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead of
FIXNUM_MAX to make it possible to convert to double accurately.
FIXNUM_MAX to make it possible to convert to double accurately on
environments with 64bit VALUE and 64bit double.
It assumes FLT_RADIX is 2.
fix RubyForge bug #14102.