From b3fe1350509737887ab1f2ac8c4efb547af80b58 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 17 Mar 1995 17:15:40 +0000 Subject: Fri Mar 17 13:28:04 1995 Ulrich Drepper * sysdeps/ieee754/ldbl2mpn.c (__mpn_extract_long_double): Handle 80-bit denormalized numbers correct. * stdlib/strtod.c,stdlib/strtof.c,stdlib/strtold.c: [IMPLICIT_ONE,*_MAX_10_EXP_LOG]: not needed anymore. * stdlib/strtod.c (RETURN): parenthesis around return value. (round_and_return): correct handling of denormalized numbers. (__strtod_internal): don't check for grouping when not requested while returning 0.0. * stdio/fpioconst.[ch]: [LDBL_MAX_10_EXP_LOG]: don't use it. LAST_POW10 defines the maximal available exponent. * stdlib/{atof,atoi,atol}.c: use __strtoX_internal. --- stdlib/strtof.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stdlib/strtof.c') diff --git a/stdlib/strtof.c b/stdlib/strtof.c index fbf92e6..1d1c41f 100644 --- a/stdlib/strtof.c +++ b/stdlib/strtof.c @@ -6,6 +6,5 @@ #define STRTOF strtof #define MPN2FLOAT __mpn_construct_float #define FLOAT_HUGE_VAL HUGE_VALf -#define IMPLICIT_ONE 1 #include "strtod.c" -- cgit v1.1