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
This commit is contained in:
Brendan Kehoe 1993-06-22 13:56:40 -04:00
parent f537a5c50f
commit e5301904b9
1 changed files with 1 additions and 1 deletions

View File

@ -1002,7 +1002,7 @@ report_error_function (file)
{
fprintf (stderr, " from %s:%d", p->name, p->line);
if (p->next)
fprintf (stderr, ",");
fprintf (stderr, ",\n ");
}
fprintf (stderr, ":\n");
last_error_tick = input_file_stack_tick;