From: Paul Eggert Date: Wed, 27 Nov 2002 18:31:27 +0000 (+0000) Subject: (_AT_CHECK_PRINTER_AND_DESTRUCTOR): yyout -> yyoutput, X-Git-Tag: BISON-1_875~200 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/136d65300d4cfeee62365ca6b1249bfc148588bf (_AT_CHECK_PRINTER_AND_DESTRUCTOR): yyout -> yyoutput, to avoid collision with lex macro described by Bruce Lilly in . --- diff --git a/tests/actions.at b/tests/actions.at index 83ed2872..e0cc49ca 100644 --- a/tests/actions.at +++ b/tests/actions.at @@ -333,7 +333,7 @@ static void yyerror (const char *msg); } %type 'x' ';' thing line input -%printer { fprintf (yyout, "%d@%d-%d", $$, RANGE (@$)); } +%printer { fprintf (yyoutput, "%d@%d-%d", $$, RANGE (@$)); } input line thing 'x' %destructor