X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/613f5e1a895b0742c9b6c5e9461e4cf3f7389d7e..fe22d5d20ff5a88a3a0dba28a11623b235a422ab:/lib/ebitset.h?ds=sidebyside diff --git a/lib/ebitset.h b/lib/ebitset.h index 6fb6a7ff..a8b20ef8 100644 --- a/lib/ebitset.h +++ b/lib/ebitset.h @@ -19,9 +19,9 @@ 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 int ebitset_bytes PARAMS ((bitset_bindex)); +extern size_t ebitset_bytes PARAMS ((bitset_bindex)); extern bitset ebitset_init PARAMS ((bitset, bitset_bindex));