X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/702c92eb7c4823aa9b0f69b95ee386f97f520737..bdc905d035d4f835a808f1825dad9a8cd726d1ec:/hv_func.h diff --git a/hv_func.h b/hv_func.h index b0e50e3..8866db9 100644 --- a/hv_func.h +++ b/hv_func.h @@ -83,9 +83,11 @@ # if defined(USE_HASH_SEED) || defined(USE_HASH_SEED_EXPLICIT) # define PERL_HASH_SEED PL_hash_seed # elif PERL_HASH_SEED_BYTES == 4 -# define PERL_HASH_SEED "PeRl" +# define PERL_HASH_SEED ((const U8 *)"PeRl") +# elif PERL_HASH_SEED_BYTES == 8 +# define PERL_HASH_SEED ((const U8 *)"PeRlHaSh") # elif PERL_HASH_SEED_BYTES == 16 -# define PERL_HASH_SEED "PeRlHaShhAcKpErl" +# define PERL_HASH_SEED ((const U8 *)"PeRlHaShhAcKpErl") # else # error "No PERL_HASH_SEED definition for " PERL_HASH_FUNC # endif