projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5ee738c
)
Remove an useless line, spotted by Andy Lester
Rafael Garcia-Suarez [Fri, 18 Mar 2005 21:47:54 +0000 (21:47 +0000)]
p4raw-id: //depot/perl@24046
toke.c
patch
|
blob
|
blame
|
history
diff --git
a/toke.c
b/toke.c
index
7cfe133
..
6783148
100644
(file)
--- a/
toke.c
+++ b/
toke.c
@@
-424,7
+424,6
@@
S_missingterm(pTHX_ char *s)
) {
*tmpbuf = '^';
tmpbuf[1] = toCTRL(PL_multi_close);
- s = "\\n";
tmpbuf[2] = '\0';
s = tmpbuf;
}