diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-05-19 22:32:10 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-05-19 22:32:10 (GMT) |
commit | 50b3ff7b91e78a61aca93247bee586d6d7eb27c8 (patch) | |
tree | db4c7eee24479ac7ee6888ce1562facf60159b71 /gl/regex_internal.h | |
parent | 2701ccd500e60537a8c2977a81549ff33eeaef3f (diff) | |
download | monitoring-plugins-50b3ff7b91e78a61aca93247bee586d6d7eb27c8.tar.gz |
Sync with the latest Gnulib code (cb75dc5)
Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de>
Diffstat (limited to 'gl/regex_internal.h')
-rw-r--r-- | gl/regex_internal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gl/regex_internal.h b/gl/regex_internal.h index ac34811..dc322ec 100644 --- a/gl/regex_internal.h +++ b/gl/regex_internal.h | |||
@@ -184,10 +184,6 @@ typedef unsigned long int bitset_word_t; | |||
184 | # if BITSET_WORD_BITS <= SBC_MAX | 184 | # if BITSET_WORD_BITS <= SBC_MAX |
185 | # error "Invalid SBC_MAX" | 185 | # error "Invalid SBC_MAX" |
186 | # endif | 186 | # endif |
187 | #elif BITSET_WORD_MAX == (0xffffffff + 2) * 0xffffffff | ||
188 | /* Work around a bug in 64-bit PGC (before version 6.1-2), where the | ||
189 | preprocessor mishandles large unsigned values as if they were signed. */ | ||
190 | # define BITSET_WORD_BITS 64 | ||
191 | #else | 187 | #else |
192 | # error "Add case for new bitset_word_t size" | 188 | # error "Add case for new bitset_word_t size" |
193 | #endif | 189 | #endif |