]> git.saurik.com Git - bison.git/blobdiff - lib/bbitset.h
(struniq_assert): Now returns void, and aborts if the assertion is false.
[bison.git] / lib / bbitset.h
index ff93b219a7b6d438a94b966da843e2c8bacea2ab..770cd68b9ab9b152f32c14d45169ed11730a2fad 100644 (file)
@@ -42,9 +42,6 @@ extern const char * const bitset_type_names[];
 
 enum bitset_alloc_type {BITSET_MALLOC, BITSET_OBALLOC};
 
 
 enum bitset_alloc_type {BITSET_MALLOC, BITSET_OBALLOC};
 
-/* Non-zero to use inline functions instead of macros.  */
-#define BITSET_INLINE 0
-
 /* Data type used to store a word of bits.  */
 typedef unsigned long bitset_word;
 #define BITSET_WORD_BITS ((unsigned) (CHAR_BIT * sizeof (bitset_word)))
 /* Data type used to store a word of bits.  */
 typedef unsigned long bitset_word;
 #define BITSET_WORD_BITS ((unsigned) (CHAR_BIT * sizeof (bitset_word)))