cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/lib/regex_internal.h


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/lib/regex_internal.h
Date: Tue, 06 Sep 2005 17:41:27 -0400

Index: ccvs/lib/regex_internal.h
diff -u ccvs/lib/regex_internal.h:1.3 ccvs/lib/regex_internal.h:1.4
--- ccvs/lib/regex_internal.h:1.3       Tue Sep  6 15:11:01 2005
+++ ccvs/lib/regex_internal.h   Tue Sep  6 21:41:27 2005
@@ -833,7 +833,7 @@
     set[i] = ~set[i];
   if (SBC_MAX % BITSET_WORD_BITS != 0)
     set[BITSET_WORDS - 1] =
-      (((bitset_word) 1 << SBC_MAX % BITSET_WORD_BITS) - 1
+      ((((bitset_word) 1 << SBC_MAX % BITSET_WORD_BITS) - 1)
        & ~set[BITSET_WORDS - 1]);
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]