X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b0299a2ebb1a000b67d23d3cfecb52f699dd734a..9515e8a7f83cbb920491ceaef03f8e0fe0ce8108:/src/lalr.h diff --git a/src/lalr.h b/src/lalr.h index 9731563d..60931052 100644 --- a/src/lalr.h +++ b/src/lalr.h @@ -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. */