Got rid of a few more NeXT ifdefs. The last, I think.

This commit is contained in:
Jack Jansen 2002-02-01 15:46:29 +00:00
parent e75bfde7e9
commit 4892f2406f
5 changed files with 1 additions and 113 deletions

View file

@ -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