From: Pedro Alves Date: Sat, 12 Nov 2016 16:22:53 +0000 (+0000) Subject: Fix gnulib C++ namespace support and std::frexp X-Git-Tag: v1.0~6561 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e7ddcc62797dafff0b66a2b2212b282aef6b7c52;p=gnulib.git Fix gnulib C++ namespace support and std::frexp * lib/math.in.h (frexp): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN. --- diff --git a/lib/math.in.h b/lib/math.in.h index b7a00298d1..9a194cbdac 100644 --- a/lib/math.in.h +++ b/lib/math.in.h @@ -983,7 +983,7 @@ _GL_CXXALIAS_RPL (frexp, double, (double x, int *expptr)); # else _GL_CXXALIAS_SYS (frexp, double, (double x, int *expptr)); # endif -_GL_CXXALIASWARN (frexp); +_GL_CXXALIASWARN1 (frexp, double, (double x, int *expptr)); #elif defined GNULIB_POSIXCHECK # undef frexp /* Assume frexp is always declared. */