pkgsrc/x11/qt1/patches/patch-ad
2003-12-19 23:00:26 +00:00

13 lines
767 B
Text

$NetBSD: patch-ad,v 1.3 2003/12/19 23:00:26 agc Exp $
--- src/kernel/qregion.h 2003/12/19 22:47:37 1.1
+++ src/kernel/qregion.h 2003/12/19 22:48:00
@@ -70,7 +70,7 @@
// case someone is using #define xor ^ to work around deficiencies in
// their compiler that cause problems with some other header files.
//
-#if !(defined(__STRICT_ANSI__) && defined(_CC_GNU_)) && !defined(_CC_EDG_) && !defined(_CC_HP_) && !defined(_CC_HP_ACC_) && !defined(_CC_USLC_) && !defined(_CC_MWERKS_) && !defined(xor)
+#if !(defined(__STRICT_ANSI__) && defined(_CC_GNU_)) && !defined(_CC_EDG_) && !defined(_CC_HP_) && !defined(_CC_HP_ACC_) && !defined(_CC_USLC_) && !defined(_CC_MWERKS_) && 0
QRegion xor( const QRegion & ) const;
#endif
QRegion eor( const QRegion & ) const;