From 13aaff3e9f471e2ecdca968476c34d66778730f4 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@20746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- id.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'id.h') diff --git a/id.h b/id.h index b01ac08df0..393f79d53a 100644 --- a/id.h +++ b/id.h @@ -32,7 +32,7 @@ #define symCFUNC ID2SYM(idCFUNC) enum ruby_method_ids { -#ifndef tLAST_TOKEN +#if !defined tLAST_TOKEN && !defined YYTOKENTYPE tUPLUS = 321, tUMINUS = 322, tPOW = 323, -- cgit v1.2.3