toplev.c (report_error_function): Change format of the included-file stack to be...
authorBrendan Kehoe <brendan@gcc.gnu.org>
Tue, 22 Jun 1993 17:56:40 +0000 (13:56 -0400)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Tue, 22 Jun 1993 17:56:40 +0000 (13:56 -0400)
* 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

index 1e33806ee635da7c4d22432e0752775335b2c138..5689e6c37e78a618fe87c447fd63cd2a10bb8839 100644 (file)
@@ -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;