mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 15:53: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
|
%type <ival> 'x' ';' thing line input
|
||||||
|
|
||||||
%printer { fprintf (yyout, "%d@%d-%d", $$, RANGE (@$)); }
|
%printer { fprintf (yyoutput, "%d@%d-%d", $$, RANGE (@$)); }
|
||||||
input line thing 'x'
|
input line thing 'x'
|
||||||
|
|
||||||
%destructor
|
%destructor
|
||||||
|
|||||||
Reference in New Issue
Block a user