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.tmpl6
1 files changed, 2 insertions, 4 deletions
diff --git a/template/id.h.tmpl b/template/id.h.tmpl
index f6ebf9fba5..9389887acb 100644
--- a/template/id.h.tmpl
+++ b/template/id.h.tmpl
@@ -45,6 +45,8 @@ method_ids = %w[
__send__
Initialize
UScore
+ Bitblt
+ Answer
]
%>
#ifndef RUBY_ID_H
@@ -107,12 +109,8 @@ enum ruby_method_ids {
% method_ids.each do |token|
t<%=token%>,
% end
- tBitblt,
- tAnswer,
tLAST_ID,
#define TOKEN2ID(n) id##n = ((t##n<<ID_SCOPE_SHIFT)|ID_LOCAL)
- TOKEN2ID(Bitblt),
- TOKEN2ID(Answer),
% method_ids.each do |token|
TOKEN2ID(<%=token%>),
% end