From b67de2a327644607c034250d105ba9374b0897e8 Mon Sep 17 00:00:00 2001 From: "W. Felix Handte" Date: Wed, 18 Apr 2018 15:52:04 -0400 Subject: [PATCH] Force Inline on HashChain --- lib/lz4hc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lz4hc.c b/lib/lz4hc.c index 5c2b001..c050c59 100644 --- a/lib/lz4hc.c +++ b/lib/lz4hc.c @@ -437,7 +437,7 @@ LZ4_FORCE_INLINE int LZ4HC_encodeSequence ( return 0; } -static int LZ4HC_compress_hashChain ( +LZ4_FORCE_INLINE int LZ4HC_compress_hashChain ( LZ4HC_CCtx_internal* const ctx, const char* const source, char* const dest, -- 2.7.4