ruby-cvs:17121
From: (matz) <matz ruby-lang.org>
Date: Tue, 11 Jul 2006 13:58:12 +0900
Subject: [ruby-cvs:17121] ruby/lib/soap: * bignum.c (bignorm): sizeof(long) may be smaller than
matz Tue, 11 Jul 2006 13:58:12 +0900
Modified files:
ruby/lib/soap:
baseData.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.10 +1 -1 ruby/lib/soap/baseData.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/soap/baseData.rb?cvsroot=src&r1=1.9&r2=1.10