Paul Eggert wrote: > Now that we have a wctype module we can simplify some of the other > modules to just include <wctype.h> and depend on the wctype module. > Here is a proposed patch. > > 2006-12-21 Paul Eggert <[EMAIL PROTECTED]> > > * lib/mbchar.h: Just include <wctype.h>; the wctype module > handles its gotchas now. > * lib/mbswidth.c: Likewise. > * lib/wcwidth.h: Likewise. > * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h > and iswcntrl; the wctype module does this stuff now. > * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise. > * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise. > * modules/mbchar (Depends-on): Add wctype. > * modules/mbswidth (Depends-on): Likewise. > * modules/wcwidth (Depends-on): Likewise.
It's all right. Thanks! Bruno