chiark / gitweb /
bus: properly handle if new objects are installed in the node tree while we are dispa...
[elogind.git] / src / shared / MurmurHash3.c
index dc56f6b0fb47f1f44e89c6fdfcff4e137e9c6ce4..aa1387373fc14a8a37f14906728aaca43406439d 100644 (file)
@@ -29,7 +29,7 @@
 
 #else  // defined(_MSC_VER)
 
-#define        FORCE_INLINE __attribute__((always_inline))
+#define        FORCE_INLINE inline __attribute__((always_inline))
 
 static inline uint32_t rotl32 ( uint32_t x, int8_t r )
 {