* lib/mbchar.h: Just include <wctype.h>; the wctype module
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Dec 2006 19:54:25 +0000 (19:54 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Dec 2006 19:54:25 +0000 (19:54 +0000)
commitdb844e48b469f59ccfc7da42677040700b8eace9
tree6f95ff71f9031308209000496072543847ba7408
parentaafb133aa1176295ec51c8a477e46e498e98fb57
* 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.
ChangeLog
lib/mbchar.h
lib/mbswidth.c
lib/wcwidth.h
m4/mbchar.m4
m4/mbswidth.m4
m4/wcwidth.m4
modules/mbchar
modules/mbswidth
modules/wcwidth