From 0189d4d8e2eeb550bf56c1e0a83459bd018647f8 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 15 Jan 2006 18:39:29 +0000 Subject: Remove __XL(N) and __XL_ALIAS(N) adapting the last use of it --- libc/sysdeps/linux/common/bits/uClibc_locale.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libc/sysdeps/linux/common/bits/uClibc_locale.h') diff --git a/libc/sysdeps/linux/common/bits/uClibc_locale.h b/libc/sysdeps/linux/common/bits/uClibc_locale.h index fe574170f..1de735a25 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_locale.h +++ b/libc/sysdeps/linux/common/bits/uClibc_locale.h @@ -41,9 +41,7 @@ #define __LOCALE_C_ONLY -#define __XL(N) N #define __XL_NPP(N) N -#define __XL_ALIAS(N) #define __LOCALE_PARAM #define __LOCALE_ARG @@ -361,18 +359,14 @@ extern __locale_t __curlocale_set(__locale_t newloc); /**********************************************************************/ #if defined(__UCLIBC_HAS_XLOCALE__) && defined(__UCLIBC_DO_XLOCALE) -#define __XL(N) __ ## N ## _l #define __XL_NPP(N) N ## _l -#define __XL_ALIAS(N) weak_alias( __ ## N ## _l , N ## _l ) #define __LOCALE_PARAM , __locale_t locale_arg #define __LOCALE_ARG , locale_arg #define __LOCALE_PTR locale_arg #else /* defined(__UCLIBC_HAS_XLOCALE__) && defined(__UCLIBC_DO_XLOCALE) */ -#define __XL(N) N #define __XL_NPP(N) N -#define __XL_ALIAS(N) #define __LOCALE_PARAM #define __LOCALE_ARG #define __LOCALE_PTR __UCLIBC_CURLOCALE -- cgit v1.2.3