(_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:
Paul Eggert
2002-11-27 18:31:27 +00:00
parent 14740648d5
commit 136d65300d

View File

@@ -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