Patch from Vladamir Oleynik, reducing memory consumption.

1_4_stable
Rob Landley 2006-05-11 15:23:23 +00:00
parent 983d751bc0
commit 2ad1e7ce44
1 changed files with 1 additions and 1 deletions

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]