summaryrefslogtreecommitdiff
path: root/include/stdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdc.h')
-rw-r--r--include/stdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdc.h b/include/stdc.h
index 05b743e5..efab869e 100644
--- a/include/stdc.h
+++ b/include/stdc.h
@@ -66,7 +66,7 @@
#endif /* !__STDC__ */
#ifndef __attribute__
-# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__
+# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8)
# define __attribute__(x)
# endif
#endif