X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/59fc3dcdf4a2308ec52191e7ea783527db025760..fe22d5d20ff5a88a3a0dba28a11623b235a422ab:/lib/bbitset.h diff --git a/lib/bbitset.h b/lib/bbitset.h index ff93b219..770cd68b 100644 --- a/lib/bbitset.h +++ b/lib/bbitset.h @@ -42,9 +42,6 @@ extern const char * const bitset_type_names[]; 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)))