Declare frexpl() in the test.
authorBruno Haible <bruno@clisp.org>
Fri, 30 Mar 2007 00:03:15 +0000 (00:03 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 30 Mar 2007 00:03:15 +0000 (00:03 +0000)
ChangeLog
m4/frexpl.m4

index 9853046..a5c2534 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-03-29  Bruno Haible  <bruno@clisp.org>
 
+       * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
+
+2007-03-29  Bruno Haible  <bruno@clisp.org>
+
        * tests/test-striconveh.c (main): Don't assume that a direct conversion
        between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
        and possibly also HP-UX.
index e3162c2..cb86499 100644 (file)
@@ -68,6 +68,7 @@ AC_DEFUN([gl_FUNC_FREXPL_WORKS],
     [
       AC_TRY_RUN([
 #include <math.h>
+extern long double frexpl (long double, int *);
 int main()
 {
   volatile long double x;