re PR c/13110 (error message includes extra blank line)
authorPer Bothner <per@bothner.com>
Sat, 20 Dec 2003 06:32:32 +0000 (22:32 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Sat, 20 Dec 2003 06:32:32 +0000 (22:32 -0800)
commit7b330e081884a96c5e83bc0b42f8f22d62a42357
tree71d0b85d418f4565391e78a296bf33d6c55051a7
parentf3da0ead0c5c3772c8322cc4aad8deeb382ef2dd
re PR c/13110 (error message includes extra blank line)

* 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.

From-SVN: r74872
gcc/ChangeLog
gcc/langhooks.c
gcc/pretty-print.c