atoi() doesn't cut the mustard if the PERL_HASH_SEED
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 27 Jun 2003 08:40:45 +0000 (08:40 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 27 Jun 2003 08:40:45 +0000 (08:40 +0000)
commitbf1e01904b621fce6a1d1e1bcf187334cf1b1e04
treed75b4c87b296e3fff7155b7f3de36d1005d43da8
parented085813cee9c22e7ad548a324c6d8f6d7d726d2
atoi() doesn't cut the mustard if the PERL_HASH_SEED
is larger than INT_MAX (atoi() returns -1 in that case).

p4raw-id: //depot/perl@19865
perl.c