* 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:
Akim Demaille
2002-03-04 12:05:15 +00:00
parent 0fb1ffb1bf
commit 0e721e7569
4 changed files with 7 additions and 13 deletions

View File

@@ -72,6 +72,4 @@ extern bitset *LA;
/* All the states, indexed by the state number. */
extern state_t **states;
extern int tokensetsize;
#endif /* !LALR_H_ */