]> git.saurik.com Git - bison.git/commitdiff
(_AT_CHECK_PRINTER_AND_DESTRUCTOR): yyout -> yyoutput,
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Nov 2002 18:31:27 +0000 (18:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Nov 2002 18:31:27 +0000 (18:31 +0000)
to avoid collision with lex macro described by Bruce Lilly in
<http://mail.gnu.org/pipermail/bug-bison/2002-November/001929.html>.

tests/actions.at

index 83ed2872b0f944890272c814ff2ccd7ebfc7cb77..e0cc49ca6d8d5bf5c5261ca964302ccd5c6bac86 100644 (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