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

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;
     }