]> git.saurik.com Git - bison.git/blobdiff - lib/lbitset.h
Don't include c.m4, as "include" doesn't do what we want.
[bison.git] / lib / lbitset.h
index 078c2eccf7e91877b630444ec64389fa69fc8540..70b922ab5dd9b01b34a14624f7776da619891060 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 _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));