don't check for errno after Atof() (atof() doesn't set errno, and
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 13 Mar 2000 20:23:24 +0000 (20:23 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 13 Mar 2000 20:23:24 +0000 (20:23 +0000)
commit96989be3bc50b6c1465b0f1ebc67c335197c6e3e
tree5c6375ffd155ffda61591e362de9cc3f2e79f3df
parenta8be16862b9dea9c8922a18387c36d2042cc8334
don't check for errno after Atof() (atof() doesn't set errno, and
where Atof() is actually strto[l]d(), some platforms seem to want
to set errno randomly)

p4raw-id: //depot/perl@5707
toke.c