]> Savannah Git Hosting - gnulib.git/commit
iswctype: Fix errors in C++ mode on mingw.
authorBruno Haible <bruno@clisp.org>
Sun, 24 Nov 2019 19:10:56 +0000 (20:10 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 24 Nov 2019 19:10:56 +0000 (20:10 +0100)
commit48c29e1b8c556c8546ec5756563d9f90aafa93ce
tree184f164439ded50fbcd12da1321a66d59a6fddc5
parentae3efebeb1369a08b69d72d62795b67df840a727
iswctype: Fix errors in C++ mode on mingw.

* lib/wctype.in.h (rpl_iswctype): Override if GNULIB_OVERRIDES_WINT_T
is 1.
* lib/iswctype.c (iswctype): Add another implementation, for the
GNULIB_defined_wint_t case.
* modules/iswctype (configure.ac): Compile iswctype.c also if
GNULIB_OVERRIDES_WINT_T is 1.
ChangeLog
lib/iswctype.c
lib/wctype.in.h
modules/iswctype