From b8db90f35abed0077458a9a6fba257664f474957 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 24 Dec 2008 20:53:06 +0000 Subject: * template/id.h.tmpl, id.h (ruby_method_ids_check): enclosed in a struct. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/id.h.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template/id.h.tmpl') diff --git a/template/id.h.tmpl b/template/id.h.tmpl index 22fe9ef467..dd0afab27d 100644 --- a/template/id.h.tmpl +++ b/template/id.h.tmpl @@ -115,11 +115,13 @@ enum ruby_method_ids { }; #ifdef tLAST_TOKEN +struct ruby_method_ids_check { #define ruby_method_id_check_for(name, value) \ - typedef int ruby_method_id_check_for_##name[name == value ? 1 : -1] + int checking_for_##name[name == value ? 1 : -1] % tokens.map do |token, value| ruby_method_id_check_for(<%=token%>, <%=value%>); % end +}; #endif #endif /* RUBY_ID_H */ -- cgit v1.2.3