Use Atof() instead of bare strtod(); ditto for Atol()/Atoul()
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 11 Mar 2000 19:03:32 +0000 (19:03 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 11 Mar 2000 19:03:32 +0000 (19:03 +0000)
commit55eb892c8d1c2d0317b54696f56f6afb30a62cd1
tree87a1b8ce423e4caff575d4db7023614cfa05f47b
parent2b8ee12442001da9730d16040580477c79f88fb0
Use Atof() instead of bare strtod(); ditto for Atol()/Atoul()
(introduce the latter) instead of bare strtoll()/strtoll().

p4raw-id: //depot/cfgperl@5661
perl.h
toke.c