On Fri, 2006-07-28 at 14:18 +0200, Bruno Haible wrote:
> Hi,
> 
> Yoann Vandoorselaere wrote:
> > mbchar.h make direct use of the iswcntrl function which is not available
> > on some system. I made a patch using the same workaround as is done in
> > mbswidth.c, although I'm not sure this is valid.
> 
> Just for info: Which system is this which has a <wchar.h> and a <wctype.h>
> header file but no iswcntrl function? The isw* functions are the main
> contents of <wctype.h>. I don't expect a system to have <wctype.h>
> but lack the functions.

FreeBSD 4.x got the wctype.h header, however, the header start with #if
0 and end with #endif directive. :-)

-- 
Yoann Vandoorselaere | Responsable R&D / CTO | PreludeIDS Technologies
Tel: +33 (0)8 70 70 21 58                  Fax: +33(0)4 78 42 21 58
http://www.prelude-ids.com



Reply via email to