From 6b46c09032882775486b0585703fb19097665d7b Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Tue, 22 Jun 1993 13:56:40 -0400 Subject: [PATCH] toplev.c (report_error_function): Change format of the included-file stack to be more readable. * toplev.c (report_error_function): Change format of the included-file stack to be more readable. * cccp.c (print_containing_files): Likewise. From-SVN: r4710 --- gcc/cccp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cccp.c b/gcc/cccp.c index 896a587..bddb9e1 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -7987,7 +7987,7 @@ print_containing_files () first = 0; fprintf (stderr, "In file included"); } else { - fprintf (stderr, ","); + fprintf (stderr, ",\n "); } fprintf (stderr, " from %s:%d", ip->nominal_fname, ip->lineno); -- 2.7.4