From: Denis Vlasenko Date: Wed, 10 Jan 2007 20:57:03 +0000 (-0000) Subject: missed a few #undefs (no real impact I think) X-Git-Tag: 1_4_0~54 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1a8bf7f5d39c854bcbd3af6667c5ad4b2de3ff2c;p=oweals%2Fbusybox.git missed a few #undefs (no real impact I think) --- 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 */