From 1a8bf7f5d39c854bcbd3af6667c5ad4b2de3ff2c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 10 Jan 2007 20:57:03 +0000 Subject: missed a few #undefs (no real impact I think) --- archival/libunarchive/decompress_unzip.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c index f330a11ad..fb87fe88d 100644 --- a/archival/libunarchive/decompress_unzip.c +++ b/archival/libunarchive/decompress_unzip.c @@ -606,6 +606,8 @@ static int inflate_codes(STATE_PARAM_ONLY) #undef td #undef bl #undef bd +#undef nn +#undef dd /* called once from inflate_block */ -- cgit v1.2.3