wctype: Avoid compilation error on IRIX 6.5.30.
authorBruno Haible <bruno@clisp.org>
Thu, 2 Sep 2010 09:15:39 +0000 (11:15 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 2 Sep 2010 09:17:10 +0000 (11:17 +0200)
commit0ad84b5297860975e72ef9a27e2c3218c3628b33
tree91db7f93cfa2d31c871321ecdf7e3a4a996b6151
parent033113d09f2bf94d366c6ddf1fbad47fed94f909
wctype: Avoid compilation error on IRIX 6.5.30.

* lib/wctype.in.h (iswblank): Declare with a replacement if
REPLACE_ISWBLANK is set.
* m4/wctype_h.m4 (gl_WCTYPE_H): Check also whether iswblank is
declared. Set REPLACE_ISWBLANK.
* modules/wctype (Makefile.am): Substitute REPLACE_ISWBLANK.
* doc/posix-functions/iswblank.texi: Mention the IRIX 6.5.30 problem.
* doc/posix-headers/wctype.texi: Likewise.
Reported by Tom G. Christensen <tgc@jupiterrise.com>.
ChangeLog
doc/posix-functions/iswblank.texi
doc/posix-headers/wctype.texi
lib/wctype.in.h
m4/wctype_h.m4
modules/wctype