]> git.saurik.com Git - bison.git/blobdiff - lib/abitset.h
(bitset_stats_init): enum_bitset_type -> enum bitset_type.
[bison.git] / lib / abitset.h
index 1faeee4d415a78ae7a6088c4fae93992a5f1ff6c..f48fb88b076e8dea123a1389645c10e2d26024a4 100644 (file)
@@ -19,9 +19,9 @@ 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 int abitset_bytes PARAMS ((bitset_bindex));
+extern size_t abitset_bytes PARAMS ((bitset_bindex));
 
 extern bitset abitset_init PARAMS ((bitset, bitset_bindex));