]> git.saurik.com Git - bison.git/blobdiff - lib/sbitset.h
* data/bison.simple, data/bison.c++: Be sure to restore the
[bison.git] / lib / sbitset.h
index 777feea10c4785181b1d6028aab9a9e3f8892b05..01562c581b2133a2a10d2dfc8588cffd9c17cc47 100644 (file)
@@ -19,15 +19,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #ifndef _SBITSET_H
 #define _SBITSET_H
 
-#include "bitset-int.h"
-
-typedef struct sbitset_struct
-{
-    unsigned int n_bits;       /* Number of bits.  */
-    bitset_word words[1];      /* The array of bits.  */
-} *sbitset;
-
+#include "bbitset.h"
 
 extern int sbitset_bytes PARAMS ((bitset_bindex));
 
+extern bitset sbitset_init PARAMS ((bitset, bitset_bindex));
+
 #endif