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.

From-SVN: r4710

gcc/cccp.c

index 896a587..bddb9e1 100644 (file)
@@ -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);