bug-gnulib
[Top][All Lists]
Advanced

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

Re: stdint vs cycle-check.h


From: Larry Jones
Subject: Re: stdint vs cycle-check.h
Date: Tue, 20 Jun 2006 23:20:33 -0400 (EDT)

Paul Eggert writes:
> 
> For cycle-check.h I'd think this wouldn't be a problem, since
> cycle-check.h uses this Autoconf-recommended sequence:
> 
> # 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:

# if HAVE_INTTYPES_H
#  include <inttypes.h>
# elif HAVE_STDINT_H
#  include <stdint.h>
# endif

???

-Larry Jones

I'm writing you a message in code.  How do you spell "nincompoop"? -- Calvin




reply via email to

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