From e601aa1d35f9c87e3828aa1574d7e46408849cba Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 7 Apr 2002 17:41:59 +0000 Subject: [PATCH 1/1] * src/lalr.h (LA): Is a bitsetv, not bitset*. --- ChangeLog | 5 +++++ src/lalr.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e012853c..452128de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-07 Akim Demaille + + * src/lalr.h (LA): Is a bitsetv, not bitset*. + + 2002-04-07 Akim Demaille * src/lalr.h, src/lalr.c (LAruleno): Replace with... 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. */ -- 2.47.2