mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 18:53:04 +00:00
Include bitset.h, not bbitset.h.
This commit is contained in:
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
#ifndef _ABITSET_H
|
#ifndef _ABITSET_H
|
||||||
#define _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));
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
#ifndef _EBITSET_H
|
#ifndef _EBITSET_H
|
||||||
#define _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));
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
#ifndef _LBITSET_H
|
#ifndef _LBITSET_H
|
||||||
#define _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));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user