From 348e107d99d8b482463f6eb5faf83df8f69cf1f1 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 4 Jun 2019 14:04:49 -0700 Subject: restored FORCE_INLINE --- lib/lz4.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/lz4.c b/lib/lz4.c index 076565a..cac3240 100644 --- a/lib/lz4.c +++ b/lib/lz4.c @@ -120,7 +120,6 @@ # pragma warning(disable : 4293) /* disable: C4293: too large shift (32-bits) */ #endif /* _MSC_VER */ -#define LZ4_FORCE_INLINE static #ifndef LZ4_FORCE_INLINE # ifdef _MSC_VER /* Visual Studio */ # define LZ4_FORCE_INLINE static __forceinline -- cgit v0.12