X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flzx-common.c;h=5b3d118e2acb5c08ed40ac61f321828f09f32b06;hp=9da4ddb069ca46fba21291f31c434f56d2536a28;hb=cdf7299e77148206b8a4cb665ddd7a00a0e8ed91;hpb=9ad70b9c12fb5859ff5be1730672b80197a0d9f9 diff --git a/src/lzx-common.c b/src/lzx-common.c index 9da4ddb0..5b3d118e 100644 --- a/src/lzx-common.c +++ b/src/lzx-common.c @@ -1,5 +1,6 @@ #include "lzx.h" +#ifdef USE_LZX_EXTRA_BITS_ARRAY /* LZX uses what it calls 'position slots' to represent match offsets. * What this means is that a small 'position slot' number and a small * offset from that slot are encoded instead of one large offset for @@ -20,6 +21,7 @@ const u8 lzx_extra_bits[LZX_NUM_POSITION_SLOTS] = { /*17, 17, 17, 17, 17,*/ /*17*/ }; +#endif const u32 lzx_position_base[LZX_NUM_POSITION_SLOTS] = { 0 , 1 , 2 , 3 , 4 ,