From 42dc1e5ef8f8c003ef0cb5b78102044d2e800c44 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 17 Aug 2012 04:12:12 +0000 Subject: * id.c: move vm_opts.h dependency. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/id.h.tmpl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'template/id.h.tmpl') 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<), % end -- cgit v1.2.3