Patch from Vladamir Oleynik, reducing memory consumption.

This commit is contained in:
Rob Landley 2006-05-11 15:23:23 +00:00
parent 983d751bc0
commit 2ad1e7ce44

View File

@ -76,7 +76,7 @@ static unsigned char inbuf[IBUFSIZ + 64];
static unsigned char outbuf[OBUFSIZ + 2048];
static long int htab[HSIZE];
static unsigned char htab[HSIZE];
static unsigned short codetab[HSIZE];
#define htabof(i) htab[i]