Commit e5301904 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.
	* 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
parent f537a5c5
...@@ -1002,7 +1002,7 @@ report_error_function (file) ...@@ -1002,7 +1002,7 @@ report_error_function (file)
{ {
fprintf (stderr, " from %s:%d", p->name, p->line); fprintf (stderr, " from %s:%d", p->name, p->line);
if (p->next) if (p->next)
fprintf (stderr, ","); fprintf (stderr, ",\n ");
} }
fprintf (stderr, ":\n"); fprintf (stderr, ":\n");
last_error_tick = input_file_stack_tick; last_error_tick = input_file_stack_tick;
......
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