ruby-cvs:17122
From: (matz) <matz ruby-lang.org>
Date: Tue, 11 Jul 2006 13:58:44 +0900
Subject: [ruby-cvs:17122] ruby/lib: * bignum.c (bignorm): sizeof(long) may be smaller than
matz Tue, 11 Jul 2006 13:58:44 +0900
Modified files:
ruby/lib:
pp.rb
Log:
* bignum.c (bignorm): sizeof(long) may be smaller than
sizeof(VALUE). [ruby-dev:29013]
* ruby.h (FIXNUM_MAX): fixnum may be bigger than long.
* ruby.h (SIGNED_VALUE): signed integer of size of VALUE.
Revision Changes Path
1.50 +2 -2 ruby/lib/pp.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/pp.rb?cvsroot=src&r1=1.49&r2=1.50