summaryrefslogtreecommitdiff
path: root/textproc/gsed/patches/patch-regcomp
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/gsed/patches/patch-regcomp')
-rw-r--r--textproc/gsed/patches/patch-regcomp4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gsed/patches/patch-regcomp b/textproc/gsed/patches/patch-regcomp
index b99a1e95266..402550b85a0 100644
--- a/textproc/gsed/patches/patch-regcomp
+++ b/textproc/gsed/patches/patch-regcomp
@@ -1,4 +1,4 @@
-$NetBSD: patch-regcomp,v 1.1 2007/12/19 00:11:26 rillig Exp $
+$NetBSD: patch-regcomp,v 1.2 2007/12/19 13:27:20 rillig Exp $
The [ from ... to ] designator is gcc-specific.
@@ -14,7 +14,7 @@ The [ from ... to ] designator is gcc-specific.
+ [1] = BITSET_WORD_MAX,
+ [2] = BITSET_WORD_MAX,
+ [3] = BITSET_WORD_MAX
-+#elif BITSET_WORD_BITS == 0xffffffffffffffffULL
++#elif BITSET_WORD_MAX == 0xffffffffffffffffULL
+ [0] = BITSET_WORD_MAX,
+ [1] = BITSET_WORD_MAX
+#else