* tests/glr-regression.at (Improper merging of GLR delayed action

sets): Declare yylex before using it.
This commit is contained in:
Paul Eggert
2005-07-14 21:42:40 +00:00
parent a22ff96f32
commit 1beb0b24f3
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
2005-07-14 Paul Eggert <eggert@cs.ucla.edu>
Fix problems reported by twlevo@xs4all.nl.
* tests/glr-regression.at (Improper merging of GLR delayed action
sets): Declare yylex before using it.
* tests/Makefile.am (maintainer-check-g++): Fix a stray
$(GXX) that escaped the renaming of GXX to CXX. Remove bogus
test for valgrind; valgrind is independent of g++.