mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
* tests/glr-regression.at (Improper merging of GLR delayed action
sets): Declare yylex before using it.
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
2005-07-14 Paul Eggert <eggert@cs.ucla.edu>
|
2005-07-14 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
Fix problems reported by twlevo@xs4all.nl.
|
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
|
* tests/Makefile.am (maintainer-check-g++): Fix a stray
|
||||||
$(GXX) that escaped the renaming of GXX to CXX. Remove bogus
|
$(GXX) that escaped the renaming of GXX to CXX. Remove bogus
|
||||||
test for valgrind; valgrind is independent of g++.
|
test for valgrind; valgrind is independent of g++.
|
||||||
|
|||||||
@@ -239,6 +239,7 @@ AT_DATA_GRAMMAR([glr-regr3.y],
|
|||||||
|
|
||||||
static int MergeRule (int x0, int x1);
|
static int MergeRule (int x0, int x1);
|
||||||
static void yyerror(char const * s);
|
static void yyerror(char const * s);
|
||||||
|
int yylex (void);
|
||||||
|
|
||||||
#define RULE(x) (1 << (x))
|
#define RULE(x) (1 << (x))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user