X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/c2d4ebc6c9a49f99997e3438fc8288c7bdbeb2c0..911bd04eeef784865e4400fef38495936f905e35:/hv_func.h diff --git a/hv_func.h b/hv_func.h index ce60e53..8866db9 100644 --- a/hv_func.h +++ b/hv_func.h @@ -83,11 +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 "PeRlHaSh" +# 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