]> git.saurik.com Git - bison.git/blobdiff - src/lalr.h
* data/bison.simple (yyr1): Its type is that of a token number.
[bison.git] / src / lalr.h
index 9731563df84110c04f690f3fcfe2887f544155a9..609310527230c4a35934bb6df2cc24b96d11f89b 100644 (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 bitsetLA;
 
 
 /* All the states, indexed by the state number.  */