From: Paul Eggert Date: Thu, 10 Oct 2002 07:35:19 +0000 (+0000) Subject: Include bitset.h, not bbitset.h. X-Git-Tag: BISON-1_75~44 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/303e6da2654d7a8e578829d709f938297f5bea4c Include bitset.h, not bbitset.h. --- diff --git a/lib/abitset.h b/lib/abitset.h index eb1a498a..f48fb88b 100644 --- a/lib/abitset.h +++ b/lib/abitset.h @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef _ABITSET_H #define _ABITSET_H -#include "bbitset.h" +#include "bitset.h" extern size_t abitset_bytes PARAMS ((bitset_bindex)); diff --git a/lib/ebitset.h b/lib/ebitset.h index e9a24a1f..a8b20ef8 100644 --- a/lib/ebitset.h +++ b/lib/ebitset.h @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef _EBITSET_H #define _EBITSET_H -#include "bbitset.h" +#include "bitset.h" extern size_t ebitset_bytes PARAMS ((bitset_bindex)); diff --git a/lib/lbitset.h b/lib/lbitset.h index d6f5a53b..70b922ab 100644 --- a/lib/lbitset.h +++ b/lib/lbitset.h @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef _LBITSET_H #define _LBITSET_H -#include "bbitset.h" +#include "bitset.h" extern size_t lbitset_bytes PARAMS ((bitset_bindex));