bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16-fyi-LA-is-bitsetv.patch


From: Akim Demaille
Subject: 16-fyi-LA-is-bitsetv.patch
Date: Sun, 07 Apr 2002 17:24:06 +0200

Index: ChangeLog
from  Akim Demaille  <address@hidden>
        * src/lalr.h (LA): Is a bitsetv, not bitset*.
        
        
Index: src/lalr.h
--- src/lalr.h Thu, 04 Apr 2002 19:44:17 +0200 akim
+++ src/lalr.h Thu, 04 Apr 2002 19:47:56 +0200 akim
@@ -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 @@
    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.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]