]> Savannah Git Hosting - gnulib.git/commitdiff
Fix gnulib C++ namespace support and std::frexp
authorPedro Alves <palves@redhat.com>
Sat, 12 Nov 2016 16:22:53 +0000 (16:22 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Nov 2016 17:27:47 +0000 (09:27 -0800)
* lib/math.in.h (frexp): Use _GL_CXXALIASWARN1 instead of
_GL_CXXALIASWARN.

lib/math.in.h

index b7a00298d16cb57b4a2072aedf03f06d39accce2..9a194cbdac0b56f145604f66fcb19e6a557e35a6 100644 (file)
@@ -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.  */