From 3ab0a92bf1d9926f35dc7aaa1a7d8121d0a7ffcf Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 15 Dec 2008 06:13:24 +0000 Subject: * id.h, template/id.h.tmpl (ruby_method_ids): sees YYTOKENTYPE too. [ruby-dev:37436] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/id.h.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/id.h.tmpl b/template/id.h.tmpl index 1be4bad99..c16137cb5 100644 --- a/template/id.h.tmpl +++ b/template/id.h.tmpl @@ -54,7 +54,7 @@ end #define symCFUNC ID2SYM(idCFUNC) enum ruby_method_ids { -#ifndef tLAST_TOKEN +#if !defined tLAST_TOKEN && !defined YYTOKENTYPE % tokens.each do |token, value| <%=token%> = <%=value%>, % end -- cgit