From 37b6dcb80f19834b5344bc8471e34a3e8c025849 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 7 Jan 2015 11:01:59 -0800 Subject: =?UTF-8?q?perly.c:=20Emit=20nl=20after=20=E2=80=98Reading=20a=20t?= =?UTF-8?q?oken=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes the -DTp output easier to read. --- perly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perly.c') diff --git a/perly.c b/perly.c index f3243d45c7..48f0e8085e 100644 --- a/perly.c +++ b/perly.c @@ -318,7 +318,7 @@ Perl_yyparse (pTHX_ int gramtype) /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (parser->yychar == YYEMPTY) { - YYDPRINTF ((Perl_debug_log, "Reading a token: ")); + YYDPRINTF ((Perl_debug_log, "Reading a token:\n")); parser->yychar = yylex(); } -- cgit v1.2.1