This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee738c
)
Remove an useless line, spotted by Andy Lester
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Fri, 18 Mar 2005 21:47:54 +0000
(21:47 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
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;
}