bug-gnulib
[Top][All Lists]
Advanced

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

Re: gl_STDINT_H: avoid false-negative in C99 conformance test


From: Paul Eggert
Subject: Re: gl_STDINT_H: avoid false-negative in C99 conformance test
Date: Sat, 28 Apr 2007 11:07:56 -0700
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Jim Meyering <address@hidden> writes:

> 2007-04-28  Jim Meyering  <address@hidden>
>
>       Avoid false-negative in gl_STDINT_H's C99 conformance test.
>       * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
>       to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.

Thanks for catching that.  Weird -- I wonder why we never caught it
before?  I guess many stdint.h's are defining sig_atomic_t?  C99 says
it's OK to do so (but is not required), so that must be it.

Anyway, I installed the patch.




reply via email to

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