ruby-cvs:17120
From: (matz) <matz ruby-lang.org>
Date: Tue, 11 Jul 2006 13:57:40 +0900
Subject: [ruby-cvs:17120] ruby/lib/soap/rpc: * bignum.c (bignorm): sizeof(long) may be smaller than
matz Tue, 11 Jul 2006 13:57:40 +0900
Modified files:
ruby/lib/soap/rpc:
proxy.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.8 +8 -3 ruby/lib/soap/rpc/proxy.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/soap/rpc/proxy.rb?cvsroot=src&r1=1.7&r2=1.8