projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
22633ac
)
Retract #7921, the patch shouldn't be needed.
Jarkko Hietaniemi [Wed, 29 Nov 2000 17:31:59 +0000 (17:31 +0000)]
p4raw-id: //depot/perl@7927
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
f4732e1
..
d7b4c8b
100644
(file)
--- 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;