From bdff9d07e57e58017dc34faca7a80c3784299b07 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 6 Sep 2009 08:50:19 +0000 Subject: * template/id.h.tmpl: fix this. * id.h: removed. Because this file is generated automatically. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/id.h.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template') diff --git a/template/id.h.tmpl b/template/id.h.tmpl index fccb5cf05..11df0507f 100644 --- a/template/id.h.tmpl +++ b/template/id.h.tmpl @@ -92,6 +92,7 @@ enum ruby_method_ids { tIntern, tMethodMissing, tLength, + tSize, tGets, tSucc, tEach, @@ -112,6 +113,7 @@ enum ruby_method_ids { TOKEN2ID(Intern), TOKEN2ID(MethodMissing), TOKEN2ID(Length), + TOKEN2ID(Size), TOKEN2ID(Gets), TOKEN2ID(Succ), TOKEN2ID(Each), -- cgit