Include <wctype.h> after <wchar.h>,
authorJim Meyering <jim@meyering.net>
Fri, 23 Jun 2000 21:05:50 +0000 (21:05 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 23 Jun 2000 21:05:50 +0000 (21:05 +0000)
commite986b397823add87670ac19ac0d27507577018d3
tree9fc1e6d1dd54e8cdff7ea00841bb7757d8c53798
parente39dd1ba98fdce02b908da007b80bff5ca1f8931
Include <wctype.h> after <wchar.h>,
for Solaris 2.5.
(mbrtowc, mbstate_t): Define substitutes if
HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
(iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
lib/quotearg.c