diff options
author | Andy <qt-info@nokia.com> | 2009-07-21 12:03:13 (GMT) |
---|---|---|
committer | Andy <qt-info@nokia.com> | 2009-07-21 12:03:13 (GMT) |
commit | 7624741ce0d2ab709f7a7418632c3e7969f536a6 (patch) | |
tree | 9bb9c3880e34614136a97ac8c3d09fe6ac42ecff | |
parent | 42e469bc5edcc6dee2401a104bd30de6b4be54fe (diff) | |
download | Qt-7624741ce0d2ab709f7a7418632c3e7969f536a6.zip Qt-7624741ce0d2ab709f7a7418632c3e7969f536a6.tar.gz Qt-7624741ce0d2ab709f7a7418632c3e7969f536a6.tar.bz2 |
Fix building in a namespace when building with -arch ppc on Mac OS X
Task-number: 257080
Reviewed-by: nrc
-rw-r--r-- | src/corelib/arch/qatomic_powerpc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/arch/qatomic_powerpc.h b/src/corelib/arch/qatomic_powerpc.h index ea3f458..c3b31f9 100644 --- a/src/corelib/arch/qatomic_powerpc.h +++ b/src/corelib/arch/qatomic_powerpc.h @@ -101,8 +101,6 @@ template <typename T> Q_INLINE_TEMPLATE bool QBasicAtomicPointer<T>::isFetchAndAddWaitFree() { return false; } -QT_BEGIN_NAMESPACE - #if defined(Q_CC_GNU) #if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 2) \ |