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, 0 insertions, 6 deletions
diff --git a/template/id.h.tmpl b/template/id.h.tmpl
index 52c3685913..f6ebf9fba5 100644
--- a/template/id.h.tmpl
+++ b/template/id.h.tmpl
@@ -65,8 +65,6 @@ method_ids = %w[
#include "parse.h"
#endif
-#include "vm_opts.h" /* for SUPPORT_JOKE */
-
#define symIFUNC ID2SYM(idIFUNC)
#define symCFUNC ID2SYM(idCFUNC)
@@ -109,16 +107,12 @@ enum ruby_method_ids {
% method_ids.each do |token|
t<%=token%>,
% end
-#if SUPPORT_JOKE
tBitblt,
tAnswer,
-#endif
tLAST_ID,
#define TOKEN2ID(n) id##n = ((t##n<<ID_SCOPE_SHIFT)|ID_LOCAL)
-#if SUPPORT_JOKE
TOKEN2ID(Bitblt),
TOKEN2ID(Answer),
-#endif
% method_ids.each do |token|
TOKEN2ID(<%=token%>),
% end