Code

Sync with the latest Gnulib code (cb75dc5)
[nagiosplug.git] / gl / regex_internal.h
index ac348112b7ef0cbe8ac3d639e95b6d9f73654fc4..dc322ec587466b4ef09ef8ff0062828bd3c35550 100644 (file)
@@ -184,10 +184,6 @@ typedef unsigned long int bitset_word_t;
 # if BITSET_WORD_BITS <= SBC_MAX
 #  error "Invalid SBC_MAX"
 # endif
-#elif BITSET_WORD_MAX == (0xffffffff + 2) * 0xffffffff
-/* Work around a bug in 64-bit PGC (before version 6.1-2), where the
-   preprocessor mishandles large unsigned values as if they were signed.  */
-# define BITSET_WORD_BITS 64
 #else
 # error "Add case for new bitset_word_t size"
 #endif