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
This commit is contained in:
parent
e5301904b9
commit
6b46c09032
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user