* src/lalr.h (LA): Is a bitsetv, not bitset*.

This commit is contained in:
Akim Demaille
2002-04-07 17:41:59 +00:00
parent b0299a2ebb
commit e601aa1d35
2 changed files with 7 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
# define LALR_H_
#include "bitset.h"
#include "bitsetv.h"
/* Import the definition of CORE, SHIFTS and REDUCTIONS. */
# include "state.h"
@@ -67,7 +68,7 @@ extern rule_t **LArule;
token is symbol i. If LA[l, i] and LA[l, j] are both 1 for i != j,
it is a conflict. */
extern bitset *LA;
extern bitsetv LA;
/* All the states, indexed by the state number. */