X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7086e7071e8bfa2012e9134530a158c88a832ba6..5123689ba05a181aedd892e2e2164a2288e42b22:/lib/sbitset.h?ds=inline diff --git a/lib/sbitset.h b/lib/sbitset.h index 777feea1..01562c58 100644 --- a/lib/sbitset.h +++ b/lib/sbitset.h @@ -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