Don't worry about using IRIX 5.3's wctype.h broken definitions;
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 6 Jan 2007 00:27:48 +0000 (00:27 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 6 Jan 2007 00:27:48 +0000 (00:27 +0000)
commit58e95e4ccdedb2d3aa24424d412167580346bb70
tree322492a4db864235aff0372dd2663b860183c071
parent95f61bb16911285e889bbfca5670eb3104244991
Don't worry about using IRIX 5.3's wctype.h broken definitions;
simply work around them.
* lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
(iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
(iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
Don't bother to define as macros, since the standard doesn't require it.
* m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
longer worry about IRIX 5.3.
(HAVE_WCTYPE_CTMP_BUG): Remove.
ChangeLog
lib/wctype_.h
m4/wctype.m4