From c0b338331e8eb0979b909479d6aa9fd1cddd63ec Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 8 Aug 2002 11:46:51 +0000 Subject: Update. 2002-08-08 Jakub Jelinek * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something else and undefine after including wcstol_l.c. * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly. --- sysdeps/wordsize-64/wcstol_l.c | 4 +++- sysdeps/wordsize-64/wcstoul_l.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'sysdeps/wordsize-64') diff --git a/sysdeps/wordsize-64/wcstol_l.c b/sysdeps/wordsize-64/wcstol_l.c index 57fb641839..fe81147fe2 100644 --- a/sysdeps/wordsize-64/wcstol_l.c +++ b/sysdeps/wordsize-64/wcstol_l.c @@ -1,11 +1,13 @@ /* We have to irritate the compiler a bit. */ #define ____wcstoll_l_internal ____wcstoll_l_internal_XXX -#define __wcstoll_l __wcstoll_l_XXX +#define __wcstoll_l ___wcstoll_l_XXX +#define wcstoll_l __wcstoll_l_XX #include #undef ____wcstoll_l_internal #undef __wcstoll_l +#undef wcstoll_l strong_alias (____wcstol_l_internal, ____wcstoll_l_internal) weak_alias (__wcstol_l, __wcstoll_l) weak_alias (__wcstol_l, wcstoll_l) diff --git a/sysdeps/wordsize-64/wcstoul_l.c b/sysdeps/wordsize-64/wcstoul_l.c index f9b34d4978..d13bd5b16a 100644 --- a/sysdeps/wordsize-64/wcstoul_l.c +++ b/sysdeps/wordsize-64/wcstoul_l.c @@ -1,11 +1,13 @@ /* We have to irritate the compiler a bit. */ #define ____wcstoull_l_internal ____wcstoull_l_internal_XXX -#define __wcstoull_l __wcstoull_l_XXX +#define __wcstoull_l ___wcstoull_l_XXX +#define wcstoull_l __wcstoull_l_XXX #include #undef ____wcstoull_l_internal #undef __wcstoull_l +#undef wcstoull_l strong_alias (____wcstoul_l_internal, ____wcstoull_l_internal) weak_alias (__wcstoul_l, __wcstoull_l) weak_alias (__wcstoul_l, wcstoull_l) -- cgit v1.2.3