From 136d65300d4cfeee62365ca6b1249bfc148588bf Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 27 Nov 2002 18:31:27 +0000 Subject: [PATCH] (_AT_CHECK_PRINTER_AND_DESTRUCTOR): yyout -> yyoutput, to avoid collision with lex macro described by Bruce Lilly in . --- tests/actions.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2