summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h
index ef121a503..c908f4a77 100644
--- a/src/system.h
+++ b/src/system.h
@@ -737,7 +737,7 @@ enum
#ifndef __attribute__
# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__
-# define __attribute__(x)
+# define __attribute__(x) /* empty */
# endif
#endif