[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnulib] Re: rewritten inttypes module
From: |
Bruno Haible |
Subject: |
Re: [bug-gnulib] Re: rewritten inttypes module |
Date: |
Mon, 28 Aug 2006 18:56:38 +0200 |
User-agent: |
KMail/1.9.1 |
Eric Blake wrote:
> 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.
Oops. I missed the fact that the PRI* and SCN* macros are not symmetric.
SCNX* makes no sense (as you can parse hexadecimal numbers without knowing
in advance whether to look for uppercase or lowercase hexadecimal digits).
I remove the SCNX* from the inttypes module. Thanks for reporting it!
Bruno