From: Bruno Haible Date: Sat, 3 Apr 2010 09:57:20 +0000 (+0200) Subject: locale: Make C++ tests work on Cygwin and mingw. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a785c489c4d13056eb82a00309136df926ca1a8;p=pspp locale: Make C++ tests work on Cygwin and mingw. --- diff --git a/ChangeLog b/ChangeLog index 141fb15f72..449a195cdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-04-03 Bruno Haible + + locale: Make C++ tests work on Cygwin and mingw. + * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib + cannot provide the function. + Reported by Simon Josefsson. + 2010-04-03 Bruno Haible localename: Port to MacOS X 10.6. diff --git a/lib/locale.in.h b/lib/locale.in.h index ad92d8f2b0..75b529932b 100644 --- a/lib/locale.in.h +++ b/lib/locale.in.h @@ -59,7 +59,9 @@ _GL_CXXALIAS_RPL (duplocale, locale_t, (locale_t locale)); _GL_CXXALIAS_SYS (duplocale, locale_t, (locale_t locale)); # endif # endif +# if @HAVE_DUPLOCALE@ _GL_CXXALIASWARN (duplocale); +# endif #elif defined GNULIB_POSIXCHECK # undef duplocale # if HAVE_RAW_DECL_DUPLOCALE