From 4a2744cee3eb2170f457ee64e14753cd6ac8bdec Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 7 Jul 2005 20:37:31 +0000 Subject: [PATCH] One more "#undef BAD" for AIX. --- zlib/inflate.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zlib/inflate.c b/zlib/inflate.c index dfb2e867..6b522b21 100644 --- a/zlib/inflate.c +++ b/zlib/inflate.c @@ -6,6 +6,10 @@ #include "zutil.h" #include "infblock.h" +#ifdef BAD /* For AIX */ +#undef BAD +#endif + struct inflate_blocks_state {int dummy;}; /* for buggy compilers */ typedef enum { -- 2.34.1