]> git.saurik.com Git - bison.git/commitdiff
* src/lalr.h (LA): Is a bitsetv, not bitset*.
authorAkim Demaille <akim@epita.fr>
Sun, 7 Apr 2002 17:41:59 +0000 (17:41 +0000)
committerAkim Demaille <akim@epita.fr>
Sun, 7 Apr 2002 17:41:59 +0000 (17:41 +0000)
ChangeLog
src/lalr.h

index e012853cebd88eb9b915d229cc2fa16dc6cec8f9..452128de66031dbdaf49a7d9c7b6ce9c9f39dbf7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * src/lalr.h, src/lalr.c (LAruleno): Replace with...
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.  */