This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #126242] make the constant hash seeds unsigned char *
authorTony Cook <tony@develop-help.com>
Tue, 13 Oct 2015 23:51:21 +0000 (10:51 +1100)
committerTony Cook <tony@develop-help.com>
Tue, 13 Oct 2015 23:51:21 +0000 (10:51 +1100)
commit25c1b134afb28e3391447584a4ccc05b5caa9922
treee2c0588a692efc247f61010b3915c422df294e4f
parentc2d4ebc6c9a49f99997e3438fc8288c7bdbeb2c0
[perl #126242] make the constant hash seeds unsigned char *

...to prevent warnings on most C compilers and build failures on C++
compilers for -DNO_HASH_SEED builds.
hv_func.h
perl.c