* langhooks.c (lhd_print_error_function): Fix for PR c/13110.
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Dec 2003 06:32:32 +0000 (06:32 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Dec 2003 06:32:32 +0000 (06:32 +0000)
commit20729d5b6747f1e8e7aea3c64a067b031ac60867
tree71d0b85d418f4565391e78a296bf33d6c55051a7
parent23ec9bd9ae1e56457e417f6d9ba85eb87dfc447f
* langhooks.c (lhd_print_error_function):  Fix for PR c/13110.
Don't do pp_newline; it causes an extra blank line.
* pretty-print.c (pp_base_flush):  Clear pp_needs_newline.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74872 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/langhooks.c
gcc/pretty-print.c