X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fwctype.h;fp=include%2Fwctype.h;h=af9be06909a490b168bf798f0b1fb696f6ebe0e3;hp=8b6c9d9da9f085b2c693d8194d1684253a97d761;hb=c247ebdd989365d20da3ce41fdeb2002e0a1ba13;hpb=5377715ce07269131f011e6f4e978fb5dbf0b294 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