diff options
Diffstat (limited to 'cad/boolean/patches/patch-ac')
-rw-r--r-- | cad/boolean/patches/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/boolean/patches/patch-ac b/cad/boolean/patches/patch-ac index c4efbe7ba6b..628502007b4 100644 --- a/cad/boolean/patches/patch-ac +++ b/cad/boolean/patches/patch-ac @@ -1,10 +1,10 @@ -$NetBSD: patch-ac,v 1.5 2007/02/23 16:42:30 wiz Exp $ +$NetBSD: patch-ac,v 1.6 2007/02/23 16:43:17 wiz Exp $ Don't define identifiers that are already macros. --- modules/kbool/include/booleng.h.orig 2005-11-28 13:32:50.000000000 +0000 +++ modules/kbool/include/booleng.h -@@ -56,8 +56,12 @@ class KBoolLink;
+@@ -56,8 +56,12 @@ class KBoolLink; typedef long long B_INT; // 8 bytes integer
//#define MAXB_INT LONG_LONG_MAX
//#define MINB_INT LONG_LONG_MIN // 8 bytes integer
|