From: Brendan Kehoe Date: Tue, 22 Jun 1993 17:56:40 +0000 (-0400) Subject: toplev.c (report_error_function): Change format of the included-file stack to be... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b46c09032882775486b0585703fb19097665d7b;p=gcc.git 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 --- diff --git a/gcc/cccp.c b/gcc/cccp.c index 896a5878857..bddb9e14263 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);