From: Rafael Garcia-Suarez Date: Fri, 18 Mar 2005 21:47:54 +0000 (+0000) Subject: Remove an useless line, spotted by Andy Lester X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6176dd9f323ed71666b3090232f3bc20f1d8ec8b;p=p5sagit%2Fp5-mst-13.2.git Remove an useless line, spotted by Andy Lester p4raw-id: //depot/perl@24046 --- diff --git a/toke.c b/toke.c index 7cfe133..6783148 100644 --- 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; }