From e84e65da40673adad068c5f9360786f07708bf7d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 13 Nov 2002 07:02:13 +0000 Subject: [PATCH] (BITSET_INLINE): Remove. --- lib/bbitset.h | 3 --- 1 file changed, 3 deletions(-) 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))) -- 2.50.0