summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-06 08:50:19 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-06 08:50:19 +0000
commit55cfc1e4098cf742758dd6f4d5c96a30b0e187fa (patch)
tree8a107412e2b78423d0d4009cbc854c7a3bc90206 /template
parentf825d848986177d779e8018a1083f88b8799ae5f (diff)
* 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
Diffstat (limited to 'template')
-rw-r--r--template/id.h.tmpl2
1 files changed, 2 insertions, 0 deletions
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),