ruby-changes:49593
From: mame <ko1@a...>
Date: Tue, 9 Jan 2018 13:27:31 +0900 (JST)
Subject: [ruby-changes:49593] mame:r61708 (trunk): parse.y: PARSER_DEBUG is no longer used
mame 2018-01-09 13:27:26 +0900 (Tue, 09 Jan 2018) New Revision: 61708 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61708 Log: parse.y: PARSER_DEBUG is no longer used Modified files: trunk/parse.y Index: parse.y =================================================================== --- parse.y (revision 61707) +++ parse.y (revision 61708) @@ -14,9 +14,6 @@ https://github.com/ruby/ruby/blob/trunk/parse.y#L14 #if !YYPURE # error needs pure parser #endif -#ifndef PARSER_DEBUG -#define PARSER_DEBUG 0 -#endif #define YYDEBUG 1 #define YYERROR_VERBOSE 1 #define YYSTACK_USE_ALLOCA 0 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/