Fix __attribute__ breakage

This commit is contained in:
Damien Miller 1999-12-15 16:33:33 +11:00
parent 864ea59da6
commit b6359ba4b8

View File

@ -261,8 +261,6 @@ enum
# define __P(x) x
#endif
#if defined(__GNUC__) && (__GNUC__ < 2)
#if !defined(__GNUC__) || (__GNUC__ < 2)
# define __attribute__(x)
#else
# define __attribute__(x)
#endif /* defined(__GNUC__) && (__GNUC__ < 2) */
#endif /* !defined(__GNUC__) || (__GNUC__ < 2) */