]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid compilation failures on MacOS X.
authorBruno Haible <bruno@clisp.org>
Wed, 18 Sep 2002 20:12:52 +0000 (20:12 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:46 +0000 (12:08 +0200)
intl/ChangeLog
intl/libgnuintl.h

index 97258a049962abf65fbc027fecb439bf212cf428..ca9026d3d3b86252db2162b58bbed4852213c233 100644 (file)
@@ -1,3 +1,12 @@
+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.
index ed25fe9f5a38b9e0e6a13c2147cba5d5b8582a20..3ae78abed21f297f64e0b4f87b90dedb6889cf2e 100644 (file)
@@ -93,7 +93,7 @@ extern "C" {
    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