bug-gnulib
[Top][All Lists]
Advanced

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

Re: bug in 'obstack' module


From: Paul Eggert
Subject: Re: bug in 'obstack' module
Date: Wed, 25 Jan 2006 11:36:30 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Bruno Haible <address@hidden> writes:

> The problem is that obstack.c uses HAVE_INTTYPES_H and HAVE_STDINT_H,
> but these are not set by the autoconf macros.

They ought to be set in the normal case if you are using Autoconf
2.59, since it does that for you if you ever use the default includes.
So this is mostly just a problem with the megatest harness.

That being said, we should fix this.  A lot of this gorp is obsolete
now that we can assume Autoconf 2.59: we can simply include <stdint.h>
and <inttypes.h> using the pattern suggested in the Autoconf manual,
and test for uintmax_t accordingly.  If you like, I can look into
fixing things along these lines.  It should simplify gnulib.




reply via email to

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