зеркало из https://github.com/github/ruby.git
* 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:
Родитель
4dff8b2428
Коммит
8b2093d3b2
1
id.c
1
id.c
|
@ -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, "");
|
||||
|
|
Загрузка…
Ссылка в новой задаче