From e5301904b9ac3192275b049547a2688926c41ba6 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. * 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 --- gcc/toplev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2