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