mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Got rid of a few more NeXT ifdefs. The last, I think.
This commit is contained in:
parent
e75bfde7e9
commit
4892f2406f
5 changed files with 1 additions and 113 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue