Undo last change.
authorBruno Haible <bruno@clisp.org>
Wed, 7 Mar 2007 01:39:07 +0000 (01:39 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 7 Mar 2007 01:39:07 +0000 (01:39 +0000)
ChangeLog
lib/printf-frexp.c

index 9a749e3..402f190 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,7 @@
        * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
        declaration of frexpl, ldexpl.
        * modules/printf-frexpl (Depends-on): Add math.
+       * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
 
 2007-03-05  Bruno Haible  <bruno@clisp.org>
 
index b122da5..e6032a4 100644 (file)
 #   define USE_FREXP_LDEXP
 #   define FREXP frexpl
 #   define LDEXP ldexpl
-    /* glibc (2.3..2.5 at least) and MacOS X 10.3 have frexpl and ldexpl in
-       libc, but don't declare them.  */
-#   if !HAVE_DECL_FREXPL
-extern long double frexpl (long double, int *);
-#   endif
-#   if !HAVE_DECL_LDEXPL
-extern long double ldexpl (long double, int);
-#   endif
 #  endif
 #  define L_(literal) literal##L
 # else