This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use a macro for abs() to avoid the possible truncation to an int;
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 3 Mar 2003 05:33:21 +0000 (05:33 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 3 Mar 2003 05:33:21 +0000 (05:33 +0000)
commit32fdb0651975fc8e2d4b926fd3bd5792b31acf57
tree01c466e5ad08fc6610f100c9b26b71394eaff504
parent22adf171e6a33aa2d076b4a9a86b73487d6534c0
Use a macro for abs() to avoid the possible truncation to an int;
also make an explicit (double)cast for the arguments to fabs().

p4raw-id: //depot/perl@18813
perl.h
pp.c
sv.c
util.c