]> git.ipfire.org Git - thirdparty/gcc.git/commit
* cp-tree.h (init_error): Remove declaration.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Jun 2015 17:50:13 +0000 (17:50 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Jun 2015 17:50:13 +0000 (17:50 +0000)
commit350d0f5333d5ba9ff79753e911af2f4b4a5a087c
treeef91ed22923e9247fad2ce790e2e86b7b33ba0ad
parent8ad38f2fe891f04aa05ae8ad1e0c139f1b20b576
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224037 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/error.c
gcc/cp/lex.c