X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fwctype.m4;fp=m4%2Fwctype.m4;h=627b919cdf2708634ac18b9001fc69d4dd798255;hb=772c1e688a51b32331fae7993429b3a03d766d8d;hp=319c2fcdb220086dc38dea74d9fe2794313b58ee;hpb=5abcb8724ac7046d62203ea643e9ce69f63a6a8a;p=m6w6%2Fext-psi diff --git a/m4/wctype.m4 b/m4/wctype.m4 index 319c2fc..627b919 100644 --- a/m4/wctype.m4 +++ b/m4/wctype.m4 @@ -1,6 +1,7 @@ PSI_CHECK_WCTYPE() { AC_CHECK_HEADERS(wctype.h) + PSI_TYPE(wctype_t, int) PSI_TYPE(wctrans_t, int) PSI_DECL(int iswalnum, [(wint_t wc)])