summaryrefslogtreecommitdiff
path: root/hv_func.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2017-04-23 11:47:04 +0200
committerYves Orton <demerphq@gmail.com>2017-04-23 11:47:04 +0200
commiteba287cb48b881ee252ec418246375010c97a85b (patch)
tree292e87a8de014d3789629a1ab55480a352a1a86e /hv_func.h
parent9627bf7af087e000c169b623f1a4536976a0f6c1 (diff)
downloadperl-eba287cb48b881ee252ec418246375010c97a85b.tar.gz
Revert "get rid of USE_HASH_SEED_EXPLICIT"
This reverts commit dd1b95f812312c85390f487887cdd55282fcd6ce. Accidentally pushed work pending unfreeze.
Diffstat (limited to 'hv_func.h')
-rw-r--r--hv_func.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/hv_func.h b/hv_func.h
index e091c86b0f..ce2d50b577 100644
--- a/hv_func.h
+++ b/hv_func.h
@@ -133,7 +133,7 @@ U32 S_perl_hash_with_seed(const U8 * const seed, const U8 * const str, const STR
* initialze whatever state it might need later in hashing. */
#ifndef PERL_HASH_SEED
-# if defined(USE_HASH_SEED)
+# if defined(USE_HASH_SEED) || defined(USE_HASH_SEED_EXPLICIT)
# define PERL_HASH_SEED PL_hash_seed
# else
/* this is a 512 bit seed, which should be more than enough for the
@@ -270,6 +270,9 @@ PERL_SIPHASH_FNC(
#endif /* defined(CAN64BITHASH) */
+
+
+
#endif /*compile once*/
/*