]> git.saurik.com Git - bison.git/commitdiff
Include bitset.h, not bbitset.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Oct 2002 07:35:19 +0000 (07:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Oct 2002 07:35:19 +0000 (07:35 +0000)
lib/abitset.h
lib/ebitset.h
lib/lbitset.h

index eb1a498afa3beb0ef298738ed117e8d7207d6840..f48fb88b076e8dea123a1389645c10e2d26024a4 100644 (file)
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #ifndef _ABITSET_H
 #define _ABITSET_H 
 
 #ifndef _ABITSET_H
 #define _ABITSET_H 
 
-#include "bbitset.h"
+#include "bitset.h"
 
 extern size_t abitset_bytes PARAMS ((bitset_bindex));
 
 
 extern size_t abitset_bytes PARAMS ((bitset_bindex));
 
index e9a24a1f1443a5fbcabe1340674330aee8775aaa..a8b20ef823237761623c9a78ac3a61683da9790a 100644 (file)
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #ifndef _EBITSET_H
 #define _EBITSET_H 
 
 #ifndef _EBITSET_H
 #define _EBITSET_H 
 
-#include "bbitset.h"
+#include "bitset.h"
 
 extern size_t ebitset_bytes PARAMS ((bitset_bindex));
 
 
 extern size_t ebitset_bytes PARAMS ((bitset_bindex));
 
index d6f5a53b986d15cf14a6398cbd2d0daeab3adb27..70b922ab5dd9b01b34a14624f7776da619891060 100644 (file)
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #ifndef _LBITSET_H
 #define _LBITSET_H 
 
 #ifndef _LBITSET_H
 #define _LBITSET_H 
 
-#include "bbitset.h"
+#include "bitset.h"
 
 extern size_t lbitset_bytes PARAMS ((bitset_bindex));
 
 
 extern size_t lbitset_bytes PARAMS ((bitset_bindex));