cp-tree.h (get_primary_binfo): Remove prototype.
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Wed, 25 Jan 2006 08:45:44 +0000 (08:45 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Wed, 25 Jan 2006 08:45:44 +0000 (08:45 +0000)
commitb5791fdc9f39e70111443674f3dec583fb88de52
tree96929012c1a30a58a388ef3d847a5366b4ce7912
parent916b9d4bbcc2775b750a45a633f0a672b0604650
cp-tree.h (get_primary_binfo): Remove prototype.

* cp-tree.h (get_primary_binfo): Remove prototype.
(push_using_decl): Likewise.
(current_template_args): Likewise.
(more_specialized_class): Likewise.
(mark_class_instantiated): Likewise.
(default_conversion): Likewise.
(pfn_from_ptrmemfunc): Likewise.
* class.c (get_primary_binfo): Add prototype, make static, simplify.
* name-lookup.c (push_using_decl): Make static.
* pt.c (current_template_args): Likewise.
(more_specialized_class): Likewise.
(mark_class_instantiated): Likewise.
* typeck.c (default_conversion): Make static.
(pfn_from_ptrmemfunc): Add prototype, make static.

From-SVN: r110208
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/name-lookup.c
gcc/cp/pt.c
gcc/cp/typeck.c