diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-10 20:57:03 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-10 20:57:03 +0000 |
commit | ba44d9d86ab27083a6d3b11b3399c800845b6cfb (patch) | |
tree | f864162eaafc1af8a8a7b71069ad17cbda931739 | |
parent | d6f0c1850e015e12d8ec0e225b4f0320b3ed836f (diff) | |
download | busybox-w32-ba44d9d86ab27083a6d3b11b3399c800845b6cfb.tar.gz busybox-w32-ba44d9d86ab27083a6d3b11b3399c800845b6cfb.tar.bz2 busybox-w32-ba44d9d86ab27083a6d3b11b3399c800845b6cfb.zip |
missed a few #undefs (no real impact I think)
git-svn-id: svn://busybox.net/trunk/busybox@17231 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | archival/libunarchive/decompress_unzip.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) | |||
606 | #undef td | 606 | #undef td |
607 | #undef bl | 607 | #undef bl |
608 | #undef bd | 608 | #undef bd |
609 | #undef nn | ||
610 | #undef dd | ||
609 | 611 | ||
610 | 612 | ||
611 | /* called once from inflate_block */ | 613 | /* called once from inflate_block */ |