From: Paul Eggert Date: Sat, 21 Oct 2006 22:10:06 +0000 (+0000) Subject: b2006-10-21 Paul Eggert X-Git-Tag: cvs-readonly~1678 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=8b794fd95e474cbe19ee9a63e87cb3378935539e;p=gnulib.git b2006-10-21 Paul Eggert * lib/stdint_.h [defined _AIX]: Don't include . Problem reported by Perry Smith and Ville Laurikari. --- diff --git a/ChangeLog b/ChangeLog index 11c056429..8634882ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -2006-10-21 Paul Eggert +b2006-10-21 Paul Eggert + + * lib/stdint_.h [defined _AIX]: Don't include . + Problem reported by Perry Smith and Ville Laurikari. * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c uses. diff --git a/lib/stdint_.h b/lib/stdint_.h index b0af52243..c29108f2c 100644 --- a/lib/stdint_.h +++ b/lib/stdint_.h @@ -48,10 +48,11 @@ /* defines some of the stdint.h types as well, on glibc, IRIX 6.5, and OpenBSD 3.8 (via ). + AIX 5.2 isn't needed and causes troubles. MacOS X 10.4.6 includes (which is us), but relies on the system definitions, so include after @ABSOLUTE_STDINT_H@. */ -#if @HAVE_SYS_TYPES_H@ +#if @HAVE_SYS_TYPES_H@ && ! defined _AIX # include #endif