In perl.git, the branch smoke-me/one-at-a-time has been updated

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

- Log -----------------------------------------------------------------
commit 695a833de6ddceb4826af338e16d449bc321bc04
Author: Nicholas Clark <n...@ccl4.org>
Date:   Fri Nov 23 15:55:38 2012 +0100

    XXX Watch the magic smoke billow everywhere as we test out one at a time.
-----------------------------------------------------------------------

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

diff --git a/hv.h b/hv.h
index 3f899e5..1b9c797 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_ONE_AT_A_TIME
 #endif
 
 #if defined(PERL_HASH_FUNC_SIPHASH)

--
Perl5 Master Repository

Reply via email to