From 160bfba30cf0c1445a4103eb481908931db7e968 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 23 May 1996 02:30:24 +0000 Subject: [PATCH] Thu May 23 00:01:10 1996 Ulrich Drepper * wcsmbs/wchar.h: Protect prototypes for wcstof and wcstold by __USE_GNU, not USE_GNU. --- wcsmbs/wchar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcsmbs/wchar.h b/wcsmbs/wchar.h index 2292bd84b6..3b15d9f38a 100644 --- a/wcsmbs/wchar.h +++ b/wcsmbs/wchar.h @@ -192,7 +192,7 @@ extern int wcswidth __P ((__const wchar_t *__s, size_t __n)); representation. */ extern double wcstod __P ((__const wchar_t *__nptr, wchar_t **__endptr)); -#ifdef USE_GNU +#ifdef __USE_GNU /* Likewise for `float' and `long double' sizes of floating-point numbers. */ extern float wcstof __P ((__const wchar_t *__nptr, wchar_t **__endptr)); extern __long_double_t wcstold __P ((__const wchar_t *__nptr, -- 2.11.4.GIT