diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-02-01 15:46:29 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-02-01 15:46:29 (GMT) |
commit | 4892f2406f8cc3527bf0620c4a78f11d909afe8a (patch) | |
tree | a0271cd700ace29df6f9f9b3d16b887652265ba0 /Include | |
parent | e75bfde7e9d2b2a8955eb4ce768a61a1affc3ac5 (diff) | |
download | cpython-4892f2406f8cc3527bf0620c4a78f11d909afe8a.zip cpython-4892f2406f8cc3527bf0620c4a78f11d909afe8a.tar.gz cpython-4892f2406f8cc3527bf0620c4a78f11d909afe8a.tar.bz2 |
Got rid of a few more NeXT ifdefs. The last, I think.
Diffstat (limited to 'Include')
-rw-r--r-- | Include/pyport.h | 3 |
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 |