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=e5301904b9ac3192275b049547a2688926c41ba6;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. * toplev.c (report_error_function): Change format of the included-file stack to be more readable. * cccp.c (print_containing_files): Likewise. From-SVN: r4709 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 1e33806ee63..5689e6c37e7 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1002,7 +1002,7 @@ report_error_function (file) { fprintf (stderr, " from %s:%d", p->name, p->line); if (p->next) - fprintf (stderr, ","); + fprintf (stderr, ",\n "); } fprintf (stderr, ":\n"); last_error_tick = input_file_stack_tick;