summaryrefslogtreecommitdiffstats
path: root/template/id.h.tmpl
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
commitbdff9d07e57e58017dc34faca7a80c3784299b07 (patch)
tree8a107412e2b78423d0d4009cbc854c7a3bc90206 /template/id.h.tmpl
parent02695684d617d8973b495b1317670cdd84fd9e76 (diff)
downloadruby-bdff9d07e57e58017dc34faca7a80c3784299b07.tar.gz
ruby-bdff9d07e57e58017dc34faca7a80c3784299b07.tar.xz
ruby-bdff9d07e57e58017dc34faca7a80c3784299b07.zip
* 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
Diffstat (limited to 'template/id.h.tmpl')
-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 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),