X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ef0175024063536689906e706f83ee9a12af98e3..b165c324a3149114250c796852dd2b33d79db67d:/lib/ebitset.h diff --git a/lib/ebitset.h b/lib/ebitset.h index b41485f2..a8b20ef8 100644 --- a/lib/ebitset.h +++ b/lib/ebitset.h @@ -17,11 +17,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef _EBITSET_H -#define _EBITSET_H +#define _EBITSET_H -#include "bbitset.h" +#include "bitset.h" -extern int ebitset_bytes PARAMS ((bitset_bindex)); +extern size_t ebitset_bytes PARAMS ((bitset_bindex)); extern bitset ebitset_init PARAMS ((bitset, bitset_bindex));