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 13:56:09 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

"Mark D. Baushke" <mdb@gnu.org> writes:

> is it desirable to make those modules depend on stdint.m4 and avoid the
> HAVE_STDINT_H macro?

Yes, I think so, in the long run.  But in the short run, stdint.m4 is
not yet reliable enough (as you're finding out with SGI), and some
packages don't want to rely on it for that reason.

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

and this should work on SGI.  If this doesn't actually work for you,
or if there is a problem with some other gnulib source file that uses
HAVE_STDINT_H, please let us know.




reply via email to

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