cp-tree.h (init_error): Remove declaration.
authorPatrick Palka <patrick@parcs.ath.cx>
Tue, 2 Jun 2015 17:50:13 +0000 (00:50 +0700)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 2 Jun 2015 17:50:13 +0000 (13:50 -0400)
commit5d58db82b01c8c93ebe81257f7eca71098fad03b
treeef91ed22923e9247fad2ce790e2e86b7b33ba0ad
parent1a607203b23e1429dd128b106d5a476a8fd1a8a4
cp-tree.h (init_error): Remove declaration.

* cp-tree.h (init_error): Remove declaration.
* error.c (scratch_pretty_printer): Rename to ...
(actual_pretty_printer): ... this.
(cxx_pp): Constify and update accordingly.
(init_error): Remove definition.
* lex.c (cxx_init): Do not call init_error.

From-SVN: r224037
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/error.c
gcc/cp/lex.c