aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-15 05:10:40 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-15 05:10:40 +0000
commit2212c1dc165fa4251ff5085eec768daf3a0f69e5 (patch)
tree4ba6d9248c174442e5614e90e3e92a484807a9be /Makefile.in
parent42d797d8e951fd99c071e75d31c942b6e0b5f201 (diff)
downloadruby-2212c1dc165fa4251ff5085eec768daf3a0f69e5.tar.gz
bignum.c: ee should be signed
In C, signed + unsigned of the same size results in unsigned (cf: ISO/IEC 9899:1990 section 6.2.1.5). However `num` is signed here. Which means the addition must be done in signed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
0 files changed, 0 insertions, 0 deletions