diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-16 06:43:37 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-16 06:43:37 +0000 |
commit | 86af2ed225a37920772f7d5380d91efe61890086 (patch) | |
tree | 4964c5fe47f293d4b24b7e9a26b234c2fb1666a2 | |
parent | 71ed0a0bc8afa7b4b814802eb85f1586bc8acf0d (diff) | |
download | ruby-86af2ed225a37920772f7d5380d91efe61890086.tar.gz ruby-86af2ed225a37920772f7d5380d91efe61890086.tar.xz ruby-86af2ed225a37920772f7d5380d91efe61890086.zip |
* id.c (Init_id): commit miss.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | id.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, ""); |