projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9d4164a
)
Re: pp_add -> pp_i_add efficiency hack?
Nicholas Clark [Sun, 26 Nov 2000 00:07:50 +0000 (
00:07
+0000)]
Message-ID: <
20001126000750
.A22446@plum.flirble.org>
Infinit.
p4raw-id: //depot/perl@7862
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
35cef28
..
5e18582
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-2010,6
+2010,7
@@
Perl_looks_like_number(pTHX_ SV *sv)
s++; if (*s != 'I' && *s != 'i') return 0;
s++; if (*s != 'T' && *s != 't') return 0;
s++; if (*s != 'Y' && *s != 'y') return 0;
+ s++;
}
sawinf = 1;
}