From b4a12fe13bf96725bb4b1f1cbfa16df5c5278fb4 Mon Sep 17 00:00:00 2001 From: David Schultz Date: Sat, 26 Mar 2005 08:27:53 +0000 Subject: [PATCH] Teach libstdc++ about frexpl() and ldexpl(). --- gnu/lib/libstdc++/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/lib/libstdc++/config.h b/gnu/lib/libstdc++/config.h index f304da9f0df..08183d32cf4 100644 --- a/gnu/lib/libstdc++/config.h +++ b/gnu/lib/libstdc++/config.h @@ -285,7 +285,7 @@ #define HAVE_FREXPF 1 /* Define to 1 if you have the `frexpl' function. */ -/* #undef HAVE_FREXPL */ +#define HAVE_FREXPL 1 /* Define to 1 if you have the `fwide' function. */ #define HAVE_FWIDE 1 @@ -357,7 +357,7 @@ #define HAVE_LDEXPF 1 /* Define to 1 if you have the `ldexpl' function. */ -/* #undef HAVE_LDEXPL */ +#define HAVE_LDEXPL 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_LIBINTL_H */