X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fwctype.h;fp=include%2Fwctype.h;h=3a5af6e7416db7191272685c09c5b92be1811efe;hp=af9be06909a490b168bf798f0b1fb696f6ebe0e3;hb=7e14ed1360c65b78c3ad1fc4fafea13e30067478;hpb=3bec53e0d3bb5e74d2e2dca34f50aadfaf832607 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 }