mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 01:03:04 +00:00
* src/state.h (state_t): Rename lookaheads as lookaheadsp.
nlookaheads is a new member. Adjust all users. * src/lalr.h (nlookaheads): Remove this orphan declaration. * src/lalr.c (initialize_lookaheads): Set nlookaheads for each state.
This commit is contained in:
@@ -74,6 +74,4 @@ extern state_t **state_table;
|
||||
|
||||
extern int tokensetsize;
|
||||
|
||||
/* The number of lookaheads. */
|
||||
extern size_t nlookaheads;
|
||||
#endif /* !LALR_H_ */
|
||||
|
||||
Reference in New Issue
Block a user