From c247ebdd989365d20da3ce41fdeb2002e0a1ba13 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 14 Feb 2011 19:33:11 -0500 Subject: more header fixes, minor warning fix --- include/wctype.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wctype.h') diff --git a/include/wctype.h b/include/wctype.h index 8b6c9d9d..af9be069 100644 --- a/include/wctype.h +++ b/include/wctype.h @@ -35,6 +35,7 @@ wint_t towupper(wint_t); wctrans_t wctrans(const char *); wctype_t wctype(const char *); +#undef iswdigit #define iswdigit(a) ((unsigned)((a)-L'0') < 10) #ifdef __cplusplus -- cgit v1.2.1