bug-gnulib
[Top][All Lists]
Advanced

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

Re: rewritten inttypes module


From: Eric Blake
Subject: Re: rewritten inttypes module
Date: Mon, 28 Aug 2006 16:30:30 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Bruno Haible <bruno <at> clisp.org> writes:

> --- gnulib-20060823-modified/m4/inttypes.m4   2006-07-27 03:12:58.000000000 
+0200
...
> + const char *l = /* implicit string concatenation */
> + #ifdef INT8_MAX
> +   SCNd8 SCNi8
> + #endif
> + #ifdef UINT8_MAX
> +   SCNo8 SCNu8 SCNx8 SCNX8

Cygwin is currently failing the inttypes check because it does not provide 
SCNX8, among others.  POSIX does not require the existence of SCNX*, so cygwin 
does not provide them.  Do we still want inttypes.m4 to reject cygwin's POSIX-
compliant header, so that we can add this additional feature?  Or should we 
patch this module to remove support for SCNX* and have only SCNx* instead?

-- 
Eric Blake






reply via email to

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