ck_ht: Fix ck_ht_hash inline behavior.

The original code did not correctly specify inline behavior.
Pointed out by Wez Furlong.
ck_pring
Samy Al Bahra 11 years ago
parent 1cc189b08e
commit 6c4074aaf3

@ -62,7 +62,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 )
{

Loading…
Cancel
Save