aboutsummaryrefslogtreecommitdiff
path: root/lib/lz4hc.c
diff options
context:
space:
mode:
authorW. Felix Handte <w@felixhandte.com>2018-04-18 15:52:04 -0400
committerW. Felix Handte <w@felixhandte.com>2018-04-19 20:54:35 -0400
commitb67de2a327644607c034250d105ba9374b0897e8 (patch)
tree90786a1ea029f34daafb1b7854d6f7eba4ec5371 /lib/lz4hc.c
parent22e16d5b509c56ad350ae42664ddcd3da7b97f1f (diff)
downloadlz4-b67de2a327644607c034250d105ba9374b0897e8.tar.gz
Force Inline on HashChain
Diffstat (limited to 'lib/lz4hc.c')
-rw-r--r--lib/lz4hc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4hc.c b/lib/lz4hc.c
index 5c2b0019..c050c59b 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,