more size savings, and fixed bzip2 small mode

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1292 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
justin1014 2002-10-03 06:22:06 +00:00
parent df46b6aefc
commit ce90415670
2 changed files with 19 additions and 28 deletions

View file

@ -480,19 +480,13 @@ BZ2_hbCreateDecodeTables ( Int32*, Int32*, Int32*, UChar*,
Int32, Int32, Int32 );
#define BZ2_bzDecompressInit(s) { (s)->state = BZ_X_BLKHDR_1; }
BZ_EXTERN int BZ_API(BZ2_bzDecompressInit) (
DState *s
);
BZ_EXTERN int BZ_API(BZ2_bzDecompress) (
DState * s
);
BZ_EXTERN int BZ_API(BZ2_bzDecompress) ( DState * s );
#endif
/*-- BZ_NO_STDIO seems to make NULL disappear on some platforms. --*/
#ifdef BZ_NO_STDIO