more bzip2 code reduction, disabled data reduction for now so we can hit targets

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1204 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
justin1014 2002-09-27 03:38:41 +00:00
parent 5b792cc6a0
commit 83655f8352
3 changed files with 11 additions and 5 deletions

View file

@ -125,7 +125,7 @@ typedef unsigned short UInt16;
/*-- Stuff for randomising repetitive blocks. --*/
extern Int16 BZ2_rNums[513];
extern Int16 BZ2_rNums[512]; // make this 513 for smaller-data mode.
#define BZ_RAND_DECLS \
Int32 rNToGo; \