bug-gnulib
[Top][All Lists]
Advanced

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

Re: [Bug-gnulib] vasnprintf checks for HAVE_WCHAR_T


From: Derek R. Price
Subject: Re: [Bug-gnulib] vasnprintf checks for HAVE_WCHAR_T
Date: Mon, 23 Feb 2004 14:35:12 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)

Bruno Haible wrote:

Derek Robert Price wrote:
I understood that GNULIB had adopted freestanding C89 support as a
standard.  As I understand it, wchar_t is specified to be in <stddef.h>
by C89, which is available to freestanding C89 compilers, so why is the
vasnprintf module checking for it at configure time?

If I remember it correctly, it's because of some Unices from ca. 1990-1994.
They have <stddef.h>, and when used with GCC, they support ANSI C. But
some of them don't have any wide-character facilities. I think SunOS 4
is one of them. Maybe also some more recent but virtually unmaintained
commercial BSDs.

Okay.  Thanks.

Derek





reply via email to

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