Re: wchar.h (was: Re: snprintfv, more gnulibification)

2007-02-25 Thread Daniel Jacobowitz
On Sun, Feb 25, 2007 at 03:56:46PM +0100, Bruno Haible wrote: > Daniel Jacobowitz wrote: > > Paolo's updates added a check for runetype.h > > in order to make Mac OS/X's work properly. Perhaps gnulib's > > substitute wchar.h ought to handle that? > > For which version of Mac OS X was this? MacOS

wchar.h (was: Re: snprintfv, more gnulibification)

2007-02-25 Thread Bruno Haible
Daniel Jacobowitz wrote: > Paolo's updates added a check for runetype.h > in order to make Mac OS/X's work properly. Perhaps gnulib's > substitute wchar.h ought to handle that? For which version of Mac OS X was this? MacOS X 10.3 has a working . MacOS X 10.2 has no wchar.h at all. When gnulib in

snprintfv, more gnulibification

2007-02-25 Thread Daniel Jacobowitz
This patch changes compat.in to compat.h. It's no longer installable standalone, although if someone is interested in making it standalone again later it wouldn't be hard (via the same @@ substitution technique that some other headers in gnulib use). In the process, the static inline check went a