]> git.saurik.com Git - bison.git/blobdiff - lib/bitsetv.h
(bitset_set, bitset_reset, bitset_test): Use function prototypes; this
[bison.git] / lib / bitsetv.h
index 84a2c667fff49b29bb82e9dfa57683988539673a..343ef497b37cfb53199d8ebc5c082d87df7d7366 100644 (file)
@@ -25,12 +25,12 @@ typedef bitset * bitsetv;
 
 /* Create a vector of N_VECS bitsets, each of N_BITS, and of
    type TYPE.  */
-extern bitsetv bitsetv_alloc PARAMS ((unsigned int, unsigned int,
-                                     enum bitset_type));
+extern bitsetv bitsetv_alloc PARAMS ((bitset_bindex, bitset_bindex,
+                                     enum_bitset_type));
 
 /* Create a vector of N_VECS bitsets, each of N_BITS, and with
    attribute hints specified by ATTR.  */
-extern bitsetv bitsetv_create PARAMS ((unsigned int, unsigned int,
+extern bitsetv bitsetv_create PARAMS ((bitset_bindex, bitset_bindex,
                                       unsigned int));
 
 /* Free vector of bitsets.  */