X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fregex_internal.h;h=859832f513f5dabb44d2856a006d800b9b061105;hb=6a9b156fdf9c71c0bbc8bb0b3aa0262df5674dda;hp=d3d58e8a045e5847c7845bb583d4ccdc25194ad1;hpb=03da0525bfb3c3b63cce51a8d5932fc249953b83;p=gnulib.git diff --git a/lib/regex_internal.h b/lib/regex_internal.h index d3d58e8a0..859832f51 100644 --- a/lib/regex_internal.h +++ b/lib/regex_internal.h @@ -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