This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
An imperfect last resort in case there is no strtoul() but
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 24 Aug 2003 08:24:46 +0000 (08:24 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 24 Aug 2003 08:24:46 +0000 (08:24 +0000)
commita5523c5b64e93879bbacdeec5a11f3570e31e160
tree1d3f63d1c6b26402f3807f88f8a39e99d3612197
parentb1f79218ec4085dd37a8c687ca7893705be7bf8f
An imperfect last resort in case there is no strtoul() but
there is strtol() (like e.g. SunOS 4) because of the Atoul()
in Perl_get_hash_seed()).  The only true fix would be to
implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
in numeric.c.

p4raw-id: //depot/perl@20865
perl.h