mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 06:43:03 +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:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2001-12-17 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* 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.
|
||||
|
||||
|
||||
2001-12-17 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/files.h, src/files.c (open_files, close_files): Remove.
|
||||
|
||||
Reference in New Issue
Block a user