summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/pyport.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 5efdf11..8c54729 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -453,8 +453,7 @@ typedef struct fd_set {
* Hide GCC attributes from compilers that don't support them.
*/
#if (!defined(__GNUC__) || __GNUC__ < 2 || \
- (__GNUC__ == 2 && __GNUC_MINOR__ < 7) || \
- defined(NEXT) ) && \
+ (__GNUC__ == 2 && __GNUC_MINOR__ < 7) ) && \
!defined(RISCOS)
#define __attribute__(__x)
#endif