From 55cfc1e4098cf742758dd6f4d5c96a30b0e187fa 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@24770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/id.h.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template/id.h.tmpl') diff --git a/template/id.h.tmpl b/template/id.h.tmpl index fccb5cf059..11df0507f4 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 v1.2.3