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

* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.

* *.c: no cache in init functions.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-06-09 09:25:32 +00:00
parent 250dd07021
commit 5a647a3f5f
32 changed files with 141 additions and 85 deletions

View file

@ -1501,6 +1501,8 @@ nurat_s_induced_from(VALUE klass, VALUE n)
void
Init_Rational(void)
{
#undef rb_intern
assert(fprintf(stderr, "assert() is now active\n"));
id_Unify = rb_intern("Unify");