This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handle reading from a SVf_UTF8 scalar
[perl5.git] / perlvars.h
index 68471a0..f8bb821 100644 (file)
@@ -233,4 +233,4 @@ PERLVAR(G, malloc_mutex, perl_mutex)        /* Mutex for malloc */
 #endif
 
 PERLVARI(G, hash_seed_set, bool, FALSE)        /* perl.c */
-PERLVARA(G, hash_seed, 8, unsigned char) /* and hv.h */
+PERLVARA(G, hash_seed, PERL_HASH_SEED_BYTES, unsigned char) /* and hv.h */