From 200cea63268d934e88d8b42a95e2f1172bf1b605 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 17 Aug 2012 08:35:08 +0000 Subject: [PATCH] id.h.tmpl: joke method names * template/id.h.tmpl (method_ids): create also joke method names non-separatedly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/id.h.tmpl | 6 ++---- 1 file 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<), % end