From 1ad544a2ade2d8adcebc20de065bfafd7cd507a5 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 22 Dec 2008 13:51:28 +0000 Subject: UCLIBC_CTYPE_HEADER define is removed, as it always equal to "include/bits/uClibc_ctype.h" __CTYPE_unclassified and other similar __CTYPE_xxxx constants are moved to separate include file, bits/uClibc_charclass.h Duplicate declaration of these constants is removed from libc/misc/wctype/_wctype.c Ugly re-inclusion trick in extra/locale/gen_wctype.c deleted Large ifdefed-out chunk in extra/locale/gen_wctype.c removed Move __CTYPE_isalnum() etc macros from uClibc_ctype.h to their single user, extra/locale/gen_wctype.c (can be simplified further) Overall, no code changes (verified with objdump) --- extra/locale/gen_wc8bit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/locale/gen_wc8bit.c') diff --git a/extra/locale/gen_wc8bit.c b/extra/locale/gen_wc8bit.c index 2fdcb6881..418a1ac9d 100644 --- a/extra/locale/gen_wc8bit.c +++ b/extra/locale/gen_wc8bit.c @@ -18,7 +18,7 @@ #ifndef _WCTYPE_H #define _WCTYPE_H #endif -#include UCLIBC_CTYPE_HEADER +#include "include/bits/uClibc_ctype.h" /* #define CTYPE_PACKED */ -- cgit v1.2.3