restored FORCE_INLINE
authorYann Collet <cyan@fb.com>
Tue, 4 Jun 2019 21:04:49 +0000 (14:04 -0700)
committerYann Collet <cyan@fb.com>
Tue, 4 Jun 2019 21:04:49 +0000 (14:04 -0700)
lib/lz4.c

index 076565a..cac3240 100644 (file)
--- a/lib/lz4.c
+++ b/lib/lz4.c
 #  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