Commit 4a2744ce authored by Wayne Davison's avatar Wayne Davison

One more "#undef BAD" for AIX.

parent 12febd80
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment