Fix typo in name of lalr1.cc.

This commit is contained in:
Paul Eggert
2005-08-22 06:33:38 +00:00
parent ec5d1a8a24
commit 6250acbdb1

View File

@@ -4,7 +4,7 @@
in yydestruct diagnostic, since it might not be an error.
Problem reported by Joel Denny near end of
<http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
* data/lalr1cc (yyerturn): Likewise.
* data/lalr1.cc (yyerturn): Likewise.
* data/yacc.c (yyreturn): Likewise.
* tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.