From: Bruno Haible Date: Fri, 30 Mar 2007 00:03:15 +0000 (+0000) Subject: Declare frexpl() in the test. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb6439f137116226069b1f9c546fb563eb41565e;p=pspp Declare frexpl() in the test. --- diff --git a/ChangeLog b/ChangeLog index 9853046dba..a5c2534d02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-29 Bruno Haible + + * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl. + 2007-03-29 Bruno Haible * tests/test-striconveh.c (main): Don't assume that a direct conversion diff --git a/m4/frexpl.m4 b/m4/frexpl.m4 index e3162c24d1..cb864997dc 100644 --- a/m4/frexpl.m4 +++ b/m4/frexpl.m4 @@ -68,6 +68,7 @@ AC_DEFUN([gl_FUNC_FREXPL_WORKS], [ AC_TRY_RUN([ #include +extern long double frexpl (long double, int *); int main() { volatile long double x;