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