Patch from Vladamir Oleynik, reducing memory consumption.
This commit is contained in:
parent
983d751bc0
commit
2ad1e7ce44
@ -76,7 +76,7 @@ static unsigned char inbuf[IBUFSIZ + 64];
|
|||||||
static unsigned char outbuf[OBUFSIZ + 2048];
|
static unsigned char outbuf[OBUFSIZ + 2048];
|
||||||
|
|
||||||
|
|
||||||
static long int htab[HSIZE];
|
static unsigned char htab[HSIZE];
|
||||||
static unsigned short codetab[HSIZE];
|
static unsigned short codetab[HSIZE];
|
||||||
|
|
||||||
#define htabof(i) htab[i]
|
#define htabof(i) htab[i]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user