bzip2 code cleanup
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1293 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ce90415670
commit
aee7274442
6 changed files with 204 additions and 295 deletions
|
@ -1,5 +1,3 @@
|
|||
#include "../exehead/config.h"
|
||||
#if !defined(EXEHEAD)
|
||||
/*-------------------------------------------------------------*/
|
||||
/*--- Compression machinery (not incl block sorting) ---*/
|
||||
/*--- compress.c ---*/
|
||||
|
@ -113,9 +111,7 @@ void bsFinishWrite ( EState* s )
|
|||
|
||||
|
||||
/*---------------------------------------------------*/
|
||||
static
|
||||
__inline__
|
||||
void bsW ( EState* s, Int32 n, UInt32 v )
|
||||
static void bsW ( EState* s, Int32 n, UInt32 v )
|
||||
{
|
||||
bsNEEDW ( n );
|
||||
s->bsBuff |= (v << (32 - s->bsLive - n));
|
||||
|
@ -656,5 +652,3 @@ void BZ2_compressBlock ( EState* s, Bool is_last_block )
|
|||
/*-------------------------------------------------------------*/
|
||||
/*--- end compress.c ---*/
|
||||
/*-------------------------------------------------------------*/
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue