bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lib/mbchar.h uses <wctype.h> unconditionally


From: Paul Eggert
Subject: Re: lib/mbchar.h uses <wctype.h> unconditionally
Date: Sun, 09 Jul 2006 21:41:40 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Albert Chin <address@hidden> writes:

> <wctype.h> isn't available on HP-UX 10.20 nor 11.00.

modules/mbchar says that you're supposed to include mbchar.h this way:

#if HAVE_WCHAR_H && HAVE_WCTYPE_H
#include "mbchar.h"
#endif

If you do that, then the change that you proposed shouldn't be needed.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]