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