summaryrefslogtreecommitdiff
path: root/rlstdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'rlstdc.h')
-rw-r--r--rlstdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rlstdc.h b/rlstdc.h
index d6a22b3..847fa9c 100644
--- a/rlstdc.h
+++ b/rlstdc.h
@@ -37,7 +37,7 @@
#endif
#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