aboutsummaryrefslogtreecommitdiffstats
path: root/regenc.h
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-12 09:52:48 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-12 09:52:48 +0000
commitc13cd729bfdb5f5eb44ec681db4fea85f029a31f (patch)
tree8309aac94863ebd96460329ba5839aa7acbebbfc /regenc.h
parent4c289d8d104fc3cd73858b4dc2bdf13c62f50377 (diff)
downloadruby-c13cd729bfdb5f5eb44ec681db4fea85f029a31f.tar.gz
* range.c (range_max): use FIX2LONG instead of FIX2INT to avoid
RangeError by ((-0x80000001)...(-0x80000001)).max on LP64. * insns.def (opt_plus): use FIX2LONG instead of FIX2INT to avoid RangeError by 0x3fffffffffffffff+1 on LP64. * insns.def (opt_succ): don't use 0x80000000 which assumes 32bit VALUE. use FIX2LONG instead of FIX2INT. [ruby-dev:31190] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regenc.h')
0 files changed, 0 insertions, 0 deletions