summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-10-09 08:50:28 (GMT)
committerYann Collet <cyan@fb.com>2017-10-09 08:50:28 (GMT)
commita4314829db575453911046e2b0d5a19697b14a67 (patch)
tree4f09d0f10dbaf1106645d6a9104babf0c3af4fb3 /lib
parent97c18f5f0edf89fb7846bc2923bdc1568a2d95c1 (diff)
downloadlz4-a4314829db575453911046e2b0d5a19697b14a67.zip
lz4-a4314829db575453911046e2b0d5a19697b14a67.tar.gz
lz4-a4314829db575453911046e2b0d5a19697b14a67.tar.bz2
fused getLongerMatch and getWiderMatch
Diffstat (limited to 'lib')
-rw-r--r--lib/lz4hc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4hc.c b/lib/lz4hc.c
index bd75911..47474d3 100644
--- a/lib/lz4hc.c
+++ b/lib/lz4hc.c
@@ -272,7 +272,7 @@ LZ4_FORCE_INLINE int LZ4HC_InsertAndGetWiderMatch (
return longest;
}
-#if 0
+#if 1
LZ4_FORCE_INLINE
int LZ4HC_InsertAndFindBestMatch(LZ4HC_CCtx_internal* const hc4, /* Index table will be updated */
const BYTE* const ip, const BYTE* const iLimit,