From a18a4811a0713b0a2a9eadc7d7a74ca31e0d8da0 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 10 Dec 2010 11:05:52 +0000 Subject: * template/id.h.tmpl (ruby_method_ids): suppress warnings. [ruby-dev:42730] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/id.h.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/id.h.tmpl b/template/id.h.tmpl index b91292a103..0a4693ec4c 100644 --- a/template/id.h.tmpl +++ b/template/id.h.tmpl @@ -101,13 +101,13 @@ enum ruby_method_ids { t__send__, tInitialize, tUScore, -#if SUPPORT_JOKE +#if defined SUPPORT_JOKE && SUPPORT_JOKE tBitblt, tAnswer, #endif tLAST_ID, #define TOKEN2ID(n) id##n = ((t##n<