From 521c0ad57966e99d423900a3f465be475aed5f50 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 26 Feb 1999 21:35:38 +0000 Subject: Update. 1999-02-26 Andreas Jaeger * wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Add prototype declaration for ____wcstod_l_internal. * stdlib/strtold.c [__NO_LONG_DOUBLE_MATH]: Include for __strtod_internal prototype. * stdlib/strtold_l.c [__NO_LONG_DOUBLE_MATH] (____strtold_l_internal): Add prototype declaration. (__strtold_l): Call correct function. --- stdlib/strtold.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib/strtold.c') diff --git a/stdlib/strtold.c b/stdlib/strtold.c index c808efc744..f1bb2f1c0d 100644 --- a/stdlib/strtold.c +++ b/stdlib/strtold.c @@ -25,6 +25,7 @@ # include "strtod.c" #else +# include /* There is no `long double' type, use the `double' implementations. */ long double __strtold_internal (const char *nptr, char **endptr, int group) -- cgit 1.4.1