+2002-09-18 Bruno Haible <bruno@clisp.org>
+
+ * libgnuintl.h (_INTL_REDIRECT_ASM): Don't define when using Apple cc.
+ Reported by Julien Chiron <julien.chiron@univ.u-3mrs.fr>.
+
+2002-08-06 Bruno Haible <bruno@clisp.org>
+
+ * gettext-0.11.5 released.
+
2002-07-25 Bruno Haible <bruno@clisp.org>
* gettext-0.11.4 released.
If he doesn't, we choose the method. A third possible method is
_INTL_REDIRECT_ASM, supported only by GCC. */
#if !(defined _INTL_REDIRECT_INLINE || defined _INTL_REDIRECT_MACROS)
-# if __GNUC__ >= 2 && (defined __STDC__ || defined __cplusplus)
+# if __GNUC__ >= 2 && !defined __APPLE_CC__ && (defined __STDC__ || defined __cplusplus)
# define _INTL_REDIRECT_ASM
# else
# ifdef __cplusplus