mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
* src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
* src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET): Ditto.
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
/* All the decorated states, indexed by the state number. */
|
||||
state_t **states = NULL;
|
||||
|
||||
int tokensetsize;
|
||||
short *LAruleno = NULL;
|
||||
bitset *LA = NULL;
|
||||
size_t nLA;
|
||||
@@ -581,8 +580,6 @@ lookaheads_print (FILE *out)
|
||||
void
|
||||
lalr (void)
|
||||
{
|
||||
tokensetsize = WORDSIZE (ntokens);
|
||||
|
||||
initialize_lookaheads ();
|
||||
initialize_LA ();
|
||||
set_goto_map ();
|
||||
|
||||
Reference in New Issue
Block a user