summaryrefslogtreecommitdiff
path: root/textproc/randlm/files/patch-src-LDHT-MurmurHash3.cpp
blob: fc55279b291798a2bb8f131e46f8455f26de4ed8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./src/LDHT/MurmurHash3.cpp.bak	2012-03-30 14:53:05.000000000 +0400
+++ ./src/LDHT/MurmurHash3.cpp	2014-08-30 17:56:33.000000000 +0400
@@ -29,7 +29,7 @@
 
 #else	// defined(_MSC_VER)
 
-#define	FORCE_INLINE __attribute__((always_inline))
+#define	FORCE_INLINE inline __attribute__((always_inline))
 
 inline uint32_t rotl32 ( uint32_t x, int8_t r )
 {