From 655ca0dfc401ab291a82dd8fbc99ce7548b90b11 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 5 Aug 2013 17:50:05 +0100 Subject: Start rcl parser implementation. --- config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 9e2995dd6..9dbc84c9b 100644 --- a/config.h.in +++ b/config.h.in @@ -202,7 +202,7 @@ #if (defined(__i386__) || defined(__x86_64__) || defined(_M_IX86)) /* Use murmur hash for UTHash for these platforms */ -#define HASH_FUNCTION MUR +#define HASH_FUNCTION HASH_MUR #define HASH_USING_NO_STRICT_ALIASING #endif /* Configure allocator */ -- cgit v1.2.3