Mercurial > hg > octave-shane > gnulib-hg
view modules/mbchar @ 7758:ea1da95d3579
* 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.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 27 Dec 2006 19:54:25 +0000 |
parents | 6a764f23e302 |
children | 708da4ac0ccd |
line wrap: on
line source
Description: Multibyte character data type. Files: lib/mbchar.h lib/mbchar.c m4/mbchar.m4 Depends-on: stdbool wctype wcwidth configure.ac: gl_MBCHAR Makefile.am: Include: #if HAVE_WCHAR_H #include "mbchar.h" #endif License: LGPL Maintainer: Bruno Haible