[ruby-cvs:50972] akr:r43829 (trunk): * include/ruby/defines.h (SIZEOF_ACTUAL_BDIGIT): Defined.
akr at ruby-lang.org
akr at ruby-lang.org
Sun Nov 24 18:15:35 JST 2013
akr 2013-11-24 18:15:34 +0900 (Sun, 24 Nov 2013)
New Revision: 43829
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43829
Log:
* include/ruby/defines.h (SIZEOF_ACTUAL_BDIGIT): Defined.
* include/ruby/ruby.h (RBIGNUM_EMBED_LEN_MAX): Use
SIZEOF_ACTUAL_BDIGIT instead of SIZEOF_BDIGITS.
SIZEOF_BDIGITS can be different to sizeof(BDIGIT).
Modified files:
trunk/ChangeLog
trunk/include/ruby/defines.h
trunk/include/ruby/ruby.h
More information about the ruby-cvs
mailing list