In perl.git, the branch smoke-me/sdbm-hash has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/bb5cb2882b16df25ad87e9792fde8feb8186dce3?hp=22d874e2615631f6d150395ed856d7be7a9de5f2>

- Log -----------------------------------------------------------------
commit bb5cb2882b16df25ad87e9792fde8feb8186dce3
Author: Nicholas Clark <n...@ccl4.org>
Date:   Fri Nov 23 16:18:37 2012 +0100

    XXX Watch the magic smoke billow everywhere as we test out sdbm.
-----------------------------------------------------------------------

Summary of changes:
 hv.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hv.h b/hv.h
index 3f899e5..56104f0 100644
--- a/hv.h
+++ b/hv.h
@@ -145,7 +145,7 @@ struct xpvhv {
 */
 
 #if !(defined(PERL_HASH_FUNC_SDBM) || defined(PERL_HASH_FUNC_DJB2) || 
defined(PERL_HASH_FUNC_SUPERFAST) || defined(PERL_HASH_FUNC_MURMUR3) || 
defined(PERL_HASH_FUNC_ONE_AT_A_TIME))
-#define PERL_HASH_FUNC_MURMUR3
+#define PERL_HASH_FUNC_SDBM
 #endif
 
 #if defined(PERL_HASH_FUNC_SIPHASH)

--
Perl5 Master Repository

Reply via email to