(yy_reduce_print): yylineno -> yylno.

This commit is contained in:
Paul Eggert
2003-02-25 07:57:48 +00:00
parent 9b76b7868e
commit 52f32190aa

View File

@@ -583,9 +583,9 @@ do { \
[[int yyrule], [yyrule]])[
{
int yyi;
unsigned int yylineno = yyrline[yyrule];
unsigned int yylno = yyrline[yyrule];
YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",
yyrule - 1, yylineno);
yyrule - 1, yylno);
/* Print the symbols being reduced, and their result. */
for (yyi = yyprhs[yyrule]; 0 <= yyrhs[yyi]; yyi++)
YYFPRINTF (stderr, "%s ", yytname [yyrhs[yyi]]);