summaryrefslogtreecommitdiff
path: root/template/id.h.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/id.h.tmpl')
-rw-r--r--template/id.h.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/id.h.tmpl b/template/id.h.tmpl
index 3fa6a6d..3a254b8 100644
--- a/template/id.h.tmpl
+++ b/template/id.h.tmpl
@@ -4,7 +4,7 @@
id.h -
- $Author: akr $
+ $Author: usa $
created at: Sun Oct 19 21:12:51 2008
Copyright (C) 2007 Koichi Sasada
@@ -98,6 +98,7 @@ enum ruby_method_ids {
tGets,
tSucc,
tEach,
+ tProc,
tLambda,
tSend,
t__send__,
@@ -120,6 +121,7 @@ enum ruby_method_ids {
TOKEN2ID(Gets),
TOKEN2ID(Succ),
TOKEN2ID(Each),
+ TOKEN2ID(Proc),
TOKEN2ID(Lambda),
TOKEN2ID(Send),
TOKEN2ID(__send__),