mirror of
https://git.busybox.net/busybox.git
synced 2024-12-04 19:13:27 +08:00
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 long int htab[HSIZE];
|
||||
static unsigned char htab[HSIZE];
|
||||
static unsigned short codetab[HSIZE];
|
||||
|
||||
#define htabof(i) htab[i]
|
||||
|
Loading…
Reference in New Issue
Block a user