From 7702f9b5a9322a66a63e9cc94f29b252b19642c0 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 8 Jul 1996 10:21:07 +0000 Subject: * stdlib/strtod.c: Likewise. --- stdlib/strtod.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stdlib') diff --git a/stdlib/strtod.c b/stdlib/strtod.c index 898542649c..6f3ea26c0f 100644 --- a/stdlib/strtod.c +++ b/stdlib/strtod.c @@ -1167,12 +1167,12 @@ INTERNAL (STRTOF) (nptr, endptr, group) /* External user entry point. */ FLOAT +#ifdef weak_function +weak_function +#endif STRTOF (nptr, endptr) const STRING_TYPE *nptr; STRING_TYPE **endptr; { return INTERNAL (STRTOF) (nptr, endptr, 0); } - -#define weak_this(x) weak_symbol(x) -weak_this (STRTOF) -- cgit 1.4.1