From: Bruno Haible Date: Mon, 5 Apr 2010 13:58:34 +0000 (+0200) Subject: frexpl: Fix a C++ test error on Solaris 8 and Cygwin. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=434a1ae570e0498f0fdcbc33ff4f6d267603e85b;p=pspp frexpl: Fix a C++ test error on Solaris 8 and Cygwin. --- diff --git a/ChangeLog b/ChangeLog index 3bdea54051..bf6e414146 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-04-05 Bruno Haible + + frexpl: Fix a C++ test error on Solaris 8 and Cygwin. + * lib/math.in.h (frexpl): Fix condition on _GL_CXXALIASWARN invocation. + 2010-04-05 Bruno Haible vasprintf: Update documentation. diff --git a/lib/math.in.h b/lib/math.in.h index 86fcf08985..fbc29184fc 100644 --- a/lib/math.in.h +++ b/lib/math.in.h @@ -322,7 +322,7 @@ _GL_FUNCDECL_SYS (frexpl, long double, _GL_CXXALIAS_SYS (frexpl, long double, (long double x, int *expptr)); # endif #endif -#if @GNULIB_FREXPL@ +#if @GNULIB_FREXPL@ && !(@REPLACE_FREXPL@ && !@HAVE_DECL_FREXPL@) _GL_CXXALIASWARN (frexpl); #endif #if !@GNULIB_FREXPL@ && defined GNULIB_POSIXCHECK