From 8811906f25f4c4592419a2073f785edf0b7061de Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 20 Jun 1999 10:42:32 +0000 Subject: Update. 1999-06-20 Ulrich Drepper * wcsmbs/wchar.h: Declare wcstof and wcstold for ISO C9x. --- wcsmbs/wchar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wcsmbs/wchar.h') diff --git a/wcsmbs/wchar.h b/wcsmbs/wchar.h index 4639cb2799..e0e28bd3c1 100644 --- a/wcsmbs/wchar.h +++ b/wcsmbs/wchar.h @@ -317,7 +317,7 @@ extern int wcswidth __P ((__const wchar_t *__s, size_t __n)); extern double wcstod __P ((__const wchar_t *__restrict __nptr, wchar_t **__restrict __endptr)); -#ifdef __USE_GNU +#ifdef __USE_ISOC9X /* Likewise for `float' and `long double' sizes of floating-point numbers. */ extern float wcstof __P ((__const wchar_t *__restrict __nptr, wchar_t **__restrict __endptr)); -- cgit 1.4.1