Include bitset.h, not bbitset.h.

This commit is contained in:
Paul Eggert
2002-10-10 07:35:19 +00:00
parent ef5da92061
commit 303e6da265
3 changed files with 3 additions and 3 deletions

View File

@@ -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));

View File

@@ -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));

View File

@@ -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));