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

* id.c (Init_id): commit miss.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-08-16 06:43:37 +00:00
parent 4dff8b2428
commit 8b2093d3b2

1
id.c
View file

@ -18,7 +18,6 @@ Init_id(void)
{
#undef rb_intern
#define rb_intern(str) rb_intern_const(str)
#define rb_intern(str) rb_intern2(str, strlen(str))
rb_encoding *enc = rb_usascii_encoding();
REGISTER_SYMID(idNULL, "");