X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ef0175024063536689906e706f83ee9a12af98e3..cce7a5f4230618ddc7e256e8b83b7f0d84ff5909:/lib/lbitset.h diff --git a/lib/lbitset.h b/lib/lbitset.h index 078c2ecc..70b922ab 100644 --- a/lib/lbitset.h +++ b/lib/lbitset.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 _LBITSET_H -#define _LBITSET_H +#define _LBITSET_H -#include "bbitset.h" +#include "bitset.h" -extern int lbitset_bytes PARAMS ((bitset_bindex)); +extern size_t lbitset_bytes PARAMS ((bitset_bindex)); extern bitset lbitset_init PARAMS ((bitset, bitset_bindex));