remove unneed traces of "xor" prototypes, as gcc3 C++ has "xor" to "^" alias; ok espie

This commit is contained in:
pvalchev 2004-03-14 22:27:39 +00:00
parent 283e8a02cc
commit e4ffad1c1f

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-include_qregion_h,v 1.1 2004/03/14 22:27:39 pvalchev Exp $
--- include/qregion.h.orig 2004-03-14 14:55:13.000000000 -0700
+++ include/qregion.h 2004-03-14 14:55:23.000000000 -0700
@@ -70,9 +70,6 @@ public:
// 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)
- QRegion xor( const QRegion & ) const;
-#endif
QRegion eor( const QRegion & ) const;
QRect boundingRect() const;