bug-cvs
[Top][All Lists]
Advanced

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

Re: stdint vs cycle-check.h


From: Paul Eggert
Subject: Re: stdint vs cycle-check.h
Date: Tue, 20 Jun 2006 23:29:31 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

lawrence.jones@ugs.com (Larry Jones) writes:

>> # if HAVE_INTTYPES_H
>> #  include <inttypes.h>
>> # endif
>> # if HAVE_STDINT_H
>> #  include <stdint.h>
>> # endif
>
> I don't understand that recommendation.  Since <inttypes.h> is supposed
> to #include <stdint.h>, why isn't the recommendation:

As I recall, it's for some older hosts where <inttypes.h> does not
include <stdint.h>.  Sorry, I don't recall the details.

Autoconf arranges that, if the two files both exist but cannot be
included together, then HAVE_INTTYPES_H && ! HAVE_STDINT_H.




reply via email to

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