remove unneed traces of "xor" prototypes, as gcc3 C++ has "xor" to "^" alias; ok espie
This commit is contained in:
parent
283e8a02cc
commit
e4ffad1c1f
13
x11/qt/patches/patch-include_qregion_h
Normal file
13
x11/qt/patches/patch-include_qregion_h
Normal 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;
|
Loading…
x
Reference in New Issue
Block a user