From: Jarkko Hietaniemi Date: Wed, 29 Nov 2000 17:31:59 +0000 (+0000) Subject: Retract #7921, the patch shouldn't be needed. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=80f3f38871d8331c132474c2e6623f763620cb12;p=p5sagit%2Fp5-mst-13.2.git Retract #7921, the patch shouldn't be needed. p4raw-id: //depot/perl@7927 --- diff --git a/sv.c b/sv.c index f4732e1..d7b4c8b 100644 --- a/sv.c +++ b/sv.c @@ -2038,7 +2038,7 @@ Perl_looks_like_number(pTHX_ SV *sv) } while (isSPACE(*s)) s++; - if (s >= send || sawinf) + if (s >= send) return numtype; if (len == 10 && memEQ(sbegin, "0 but true", 10)) return IS_NUMBER_TO_INT_BY_ATOL;