X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fwctype.h;h=3a5af6e7416db7191272685c09c5b92be1811efe;hb=03860303c298f2ec7a9c0de683a68f4ab61697f0;hp=af9be06909a490b168bf798f0b1fb696f6ebe0e3;hpb=c247ebdd989365d20da3ce41fdeb2002e0a1ba13;p=musl diff --git a/include/wctype.h b/include/wctype.h index af9be069..3a5af6e7 100644 --- a/include/wctype.h +++ b/include/wctype.h @@ -36,7 +36,7 @@ wctrans_t wctrans(const char *); wctype_t wctype(const char *); #undef iswdigit -#define iswdigit(a) ((unsigned)((a)-L'0') < 10) +#define iswdigit(a) (((unsigned)(a)-L'0') < 10) #ifdef __cplusplus }