1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

Undo last change.

This commit is contained in:
Bruno Haible
2007-03-07 01:39:07 +00:00
parent 6f89cf0336
commit b71105a1c2
2 changed files with 1 additions and 8 deletions
+1
View File
@@ -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>
-8
View File
@@ -41,14 +41,6 @@
# 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