Sean O'Rourke wrote:
> NOTE: this may be part of the monster-patch to fix the over-agressive
> string GC (814), but it's much more palatable in this form. 
> PerlInt's
> cmp() method was backwards, and would truncate floats on the other
> side of the comparison. 
> This patch always uses floating-point, and makes the
> direction consistent with the PDD 2.

Um, I don't think it's right to *always* do the comparison
floating point.  Specifically, if both operands are ints,
the comparison should be int.

-- 
JohnDouglasPorter



__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com

Reply via email to