diff options
Diffstat (limited to 'support/cdefs.h')
-rw-r--r-- | support/cdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/cdefs.h b/support/cdefs.h index 20ee75db..4f921754 100644 --- a/support/cdefs.h +++ b/support/cdefs.h @@ -198,7 +198,7 @@ `__attribute__' syntax. All of the ways we use this do fine if they are omitted for compilers that don't understand it. */ #if !defined __GNUC__ || __GNUC__ < 2 -# define __attribute__(arg) /* Ignore */ +# define __attribute__(xyz) /* Ignore */ #endif /* At some point during the gcc 2.96 development the `malloc' attribute |