From 07766bb0e7adcefa5dd5a373986176a5cd42ed23 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 14 Mar 2007 00:06:51 +0000 Subject: gzip: reduce global data footprint, part 3 --- archival/libunarchive/decompress_unzip.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archival/libunarchive') diff --git a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c index fb87fe88d..331fe34d8 100644 --- a/archival/libunarchive/decompress_unzip.c +++ b/archival/libunarchive/decompress_unzip.c @@ -455,6 +455,8 @@ static int huft_build(unsigned *b, const unsigned n, * bl, bd: number of bits decoded by tl[] and td[] */ /* called once from inflate_block */ + +/* map formerly local static variables to globals */ #define ml inflate_codes_ml #define md inflate_codes_md #define bb inflate_codes_bb -- cgit v1.2.3