diff options
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h index 6be7bddb2..35d4fb4bb 100644 --- a/acconfig.h +++ b/acconfig.h | |||
@@ -261,8 +261,6 @@ enum | |||
261 | # define __P(x) x | 261 | # define __P(x) x |
262 | #endif | 262 | #endif |
263 | 263 | ||
264 | #if defined(__GNUC__) && (__GNUC__ < 2) | 264 | #if !defined(__GNUC__) || (__GNUC__ < 2) |
265 | # define __attribute__(x) | 265 | # define __attribute__(x) |
266 | #else | 266 | #endif /* !defined(__GNUC__) || (__GNUC__ < 2) */ |
267 | # define __attribute__(x) | ||
268 | #endif /* defined(__GNUC__) && (__GNUC__ < 2) */ | ||