mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00

* configure.in (NO_C_INLINE): check if inline is available for the C compiler. * marshal.c (r_object): len calculation patch was wrong for machines SIZEOF_BDIGITS == SIZEOF_SHORT. * gc.c: alloca prototype reorganized for C_ALLOCA machine. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
4 lines
133 B
C
4 lines
133 B
C
#define RUBY_VERSION "1.6.3"
|
|
#define RUBY_RELEASE_DATE "2001-03-22"
|
|
#define RUBY_VERSION_CODE 163
|
|
#define RUBY_RELEASE_CODE 20010322
|