+2002-04-07 Akim Demaille <akim@epita.fr>
+
+ * src/lalr.h (LA): Is a bitsetv, not bitset*.
+
+
2002-04-07 Akim Demaille <akim@epita.fr>
* src/lalr.h, src/lalr.c (LAruleno): Replace with...
# define LALR_H_
#include "bitset.h"
+#include "bitsetv.h"
/* Import the definition of CORE, SHIFTS and REDUCTIONS. */
# include "state.h"
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. */