mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
(_AT_CHECK_PRINTER_AND_DESTRUCTOR): yyout -> yyoutput,
to avoid collision with lex macro described by Bruce Lilly in <http://mail.gnu.org/pipermail/bug-bison/2002-November/001929.html>.
This commit is contained in:
@@ -333,7 +333,7 @@ static void yyerror (const char *msg);
|
||||
}
|
||||
%type <ival> 'x' ';' thing line input
|
||||
|
||||
%printer { fprintf (yyout, "%d@%d-%d", $$, RANGE (@$)); }
|
||||
%printer { fprintf (yyoutput, "%d@%d-%d", $$, RANGE (@$)); }
|
||||
input line thing 'x'
|
||||
|
||||
%destructor
|
||||
|
||||
Reference in New Issue
Block a user