]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid prepending an underscore to the redirected name on Mingw32.
authorBruno Haible <bruno@clisp.org>
Thu, 12 Jun 2003 11:46:40 +0000 (11:46 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:39 +0000 (12:10 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/libgnuintl.h.in

index 76b13fb77b8faf0e32d26bf919648fc89e20c6cb..9aeb58f81495d8d2173b824979bc3bcef5620da0 100644 (file)
@@ -1,4 +1,9 @@
-2003-05-08  Bruno Haible  <bruno@clisp.org>
+2003-06-12  Bruno Haible  <bruno@clisp.org>
+
+       * libgnuintl.h (_INTL_REDIRECT_ASM): Don't define when using Mingw.
+       Reported by Tor Lillqvist <tml@iki.fi>.
+
+2003-06-08  Bruno Haible  <bruno@clisp.org>
 
        * dcigettext.c (getcwd) [VMS]: Pass 3 arguments.
        Reported by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
index f596cfcb2c66564c53e8f94e43bb4af93816668c..b6c526c83bf19394afcc6f3c55e520aeefdf2062 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 __APPLE_CC__ && (defined __STDC__ || defined __cplusplus)
+# if __GNUC__ >= 2 && !defined __APPLE_CC__ && !defined __MINGW32__ && (defined __STDC__ || defined __cplusplus)
 #  define _INTL_REDIRECT_ASM
 # else
 #  ifdef __cplusplus