diff options
author | Brendan Kehoe <brendan@gcc.gnu.org> | 1993-06-22 13:56:40 -0400 |
---|---|---|
committer | Brendan Kehoe <brendan@gcc.gnu.org> | 1993-06-22 13:56:40 -0400 |
commit | 6b46c09032882775486b0585703fb19097665d7b (patch) | |
tree | 53510cb45798a6cd7d8691ec03340c4cda5675af | |
parent | e5301904b9ac3192275b049547a2688926c41ba6 (diff) | |
download | gcc-6b46c09032882775486b0585703fb19097665d7b.zip gcc-6b46c09032882775486b0585703fb19097665d7b.tar.gz gcc-6b46c09032882775486b0585703fb19097665d7b.tar.bz2 |
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
-rw-r--r-- | gcc/cccp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |