]> git.saurik.com Git - bison.git/commitdiff
(BITSET_INLINE): Remove.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Nov 2002 07:02:13 +0000 (07:02 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Nov 2002 07:02:13 +0000 (07:02 +0000)
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};
 
-/* 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)))