mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-23 11:13:03 +00:00
* src/lalr.h (LA): Is a bitsetv, not bitset*.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2002-04-07 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* src/lalr.h, src/lalr.c (LAruleno): Replace with...
|
* src/lalr.h, src/lalr.c (LAruleno): Replace with...
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
# define LALR_H_
|
# define LALR_H_
|
||||||
|
|
||||||
#include "bitset.h"
|
#include "bitset.h"
|
||||||
|
#include "bitsetv.h"
|
||||||
|
|
||||||
/* Import the definition of CORE, SHIFTS and REDUCTIONS. */
|
/* Import the definition of CORE, SHIFTS and REDUCTIONS. */
|
||||||
# include "state.h"
|
# 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,
|
token is symbol i. If LA[l, i] and LA[l, j] are both 1 for i != j,
|
||||||
it is a conflict. */
|
it is a conflict. */
|
||||||
|
|
||||||
extern bitset *LA;
|
extern bitsetv LA;
|
||||||
|
|
||||||
|
|
||||||
/* All the states, indexed by the state number. */
|
/* All the states, indexed by the state number. */
|
||||||
|
|||||||
Reference in New Issue
Block a user