]> git.saurik.com Git - bison.git/blobdiff - lib/ebitset.h
(bitset_log_histogram_print, bitset_percent_histogram_print,
[bison.git] / lib / ebitset.h
index b41485f2c0d186f65c078d8aa6ba00cac3377571..a8b20ef823237761623c9a78ac3a61683da9790a 100644 (file)
@@ -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));