]> git.saurik.com Git - bison.git/blobdiff - lib/lbitset.h
Invoke wget with -C off, to disable proxy caches.
[bison.git] / lib / lbitset.h
index 363bf8d0aad86ed2e3863bd6d4aad134fef7d5ea..70b922ab5dd9b01b34a14624f7776da619891060 100644 (file)
@@ -19,9 +19,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #ifndef _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));