summaryrefslogtreecommitdiff
path: root/stdlib/strtold.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-03-02 10:00:12 +0000
committerRoland McGrath <roland@gnu.org>1995-03-02 10:00:12 +0000
commit4933a099c29045e0615139c9a55d77862ae8ae6c (patch)
tree68c70e3e993c0646728288dc2eff4220d10f3805 /stdlib/strtold.c
parent30e77772456f3d31373bf1bd002af5b498496e08 (diff)
* stdlib/strtod.c: Fixes from drepper.glibc-1.09cvs/libc_1_09
[IMPLICIT_ONE]: New macro, one for IEEE754 formats. * stdlib/strtold.c [IMPLICIT_ONE]: New macro, 0. * stdlib/strtof.c [IMPLICIT_ONE]: New macro, 1. * stdio/vfprintf.c: Correctly notice Z modifier.
Diffstat (limited to 'stdlib/strtold.c')
-rw-r--r--stdlib/strtold.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/strtold.c b/stdlib/strtold.c
index 2595725add..da9bd57f7f 100644
--- a/stdlib/strtold.c
+++ b/stdlib/strtold.c
@@ -6,6 +6,7 @@
#define STRTOF __strtold
#define MPN2FLOAT __mpn_construct_long_double
#define FLOAT_HUGE_VAL HUGE_VALl
+#define IMPLICIT_ONE 0 /* XXX for i387 extended format */
#include "strtod.c"