From a4314829db575453911046e2b0d5a19697b14a67 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 9 Oct 2017 01:50:28 -0700 Subject: fused getLongerMatch and getWiderMatch --- lib/lz4hc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v0.12