projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ca8d897
)
It helps to actually *remove* the now-superfluous strlen().
Nicholas Clark [Tue, 8 Nov 2005 22:05:57 +0000 (22:05 +0000)]
(An addendum to 26050.)
p4raw-id: //depot/perl@26052
toke.c
patch
|
blob
|
blame
|
history
diff --git
a/toke.c
b/toke.c
index
cb13580
..
b8d20b7
100644
(file)
--- a/
toke.c
+++ b/
toke.c
@@
-688,7
+688,6
@@
S_incline(pTHX_ char *s)
char smallbuf[256], smallbuf2[256];
char *tmpbuf, *tmpbuf2;
GV **gvp, *gv2;
- STRLEN tmplen = strlen(cf);
STRLEN tmplen2 = strlen(s);
if (tmplen + 3 < sizeof smallbuf)
tmpbuf = smallbuf;