gzip: reduce global data footprint, part 2

This commit is contained in:
Denis Vlasenko
2007-03-14 00:06:29 +00:00
parent e930fe1441
commit da799e8227
2 changed files with 48 additions and 44 deletions

View File

@ -55,3 +55,5 @@ WTMP_FILE;
#endif
char bb_common_bufsiz1[BUFSIZ+1];
void *global_ptr;