bzip2 mode reduced down to 36.5kb. yay.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1205 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
justin1014 2002-09-27 04:05:26 +00:00
parent 83655f8352
commit 4dc468b307
4 changed files with 17 additions and 24 deletions

View file

@ -125,7 +125,7 @@ typedef unsigned short UInt16;
/*-- Stuff for randomising repetitive blocks. --*/
extern Int16 BZ2_rNums[512]; // make this 513 for smaller-data mode.
extern Int16 BZ2_rNums[513]; // make this 512 for bigger-data/smaller-code mode.
#define BZ_RAND_DECLS \
Int32 rNToGo; \
@ -329,7 +329,7 @@ typedef
/* for doing the final run-length decoding */
UChar state_out_ch;
Int32 state_out_len;
Bool blockRandomised;
Int32 blockRandomised;
BZ_RAND_DECLS;
/* the buffer for bit stream reading */