# HG changeset patch # User Paul Eggert # Date 1161468606 0 # Node ID 8fcc75ae6ab788d3c53ee8c3eed6ba98b1d2837e # Parent b1e9085d3b67e7690a8956005612cbf118e09990 b2006-10-21 Paul Eggert * lib/stdint_.h [defined _AIX]: Don't include . Problem reported by Perry Smith and Ville Laurikari. diff -r b1e9085d3b67 -r 8fcc75ae6ab7 ChangeLog --- a/ChangeLog Sat Oct 21 21:56:08 2006 +0000 +++ b/ChangeLog Sat Oct 21 22:10:06 2006 +0000 @@ -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 -r b1e9085d3b67 -r 8fcc75ae6ab7 lib/stdint_.h --- a/lib/stdint_.h Sat Oct 21 21:56:08 2006 +0000 +++ b/lib/stdint_.h Sat Oct 21 22:10:06 2006 +0000 @@ -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