On Sun, Mar 02, 2003 at 11:18:17AM +0200, Jarkko Hietaniemi wrote: > Thanks for the enhancement suggestions (abs() and PL_op->op_ppaddr), > the change is now in (#18797). My Perl has 64-bit IVs and 32-bit ints. Only llabs() (C99 only) will get it right in this case. The compiler probably does a good job and optimize right = -right, left % right anyway. Regards AdiThread Previous | Thread Next