summaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-09-30 18:35:08 +0300
committerunknown <monty@hundin.mysql.fi>2001-09-30 18:35:08 +0300
commit3dbd178881d1d4c0fc7ee878c0fb6dab1fc5b10d (patch)
treec936b3bff99bce5c6c2c3b58a12d46356a9aac54 /readline
parent87a0cc9419ef4dc84750a236c90c22f8f2edcc00 (diff)
downloadmariadb-git-3dbd178881d1d4c0fc7ee878c0fb6dab1fc5b10d.tar.gz
Portability fix
strings/Makefile.am: Add missing ctype-latin1_de.cc
Diffstat (limited to 'readline')
-rw-r--r--readline/rlstdc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/readline/rlstdc.h b/readline/rlstdc.h
index d2c5f874d7a..f79cf89fe76 100644
--- a/readline/rlstdc.h
+++ b/readline/rlstdc.h
@@ -76,4 +76,8 @@
#endif /* !__STDC__ */
+#if !defined(__attribute__) && (defined(__cplusplus) || !defined(__GNUC__) || __GNUC__ == 2 && __GNUC_MINOR__ < 8)
+#define __attribute__(A)
+#endif
+
#endif /* !_RL_STDC_H_ */