Commit 6b46c090 by Brendan Kehoe

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
parent e5301904
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment