* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110208 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- gcc/cp/ChangeLog 17 additions, 0 deletionsgcc/cp/ChangeLog
- gcc/cp/class.c 3 additions, 4 deletionsgcc/cp/class.c
- gcc/cp/cp-tree.h 0 additions, 7 deletionsgcc/cp/cp-tree.h
- gcc/cp/name-lookup.c 1 addition, 1 deletiongcc/cp/name-lookup.c
- gcc/cp/pt.c 3 additions, 3 deletionsgcc/cp/pt.c
- gcc/cp/typeck.c 3 additions, 2 deletionsgcc/cp/typeck.c
Loading
Please register or sign in to comment