cp-tree.h: Add prototype for set_identifier_local_value.
authorJason Merrill <jason@yorick.cygnus.com>
Fri, 24 Jul 1998 12:36:55 +0000 (12:36 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 24 Jul 1998 12:36:55 +0000 (08:36 -0400)
commitc6160f8f95bf00d19cf87e7840c60b4d61177594
treeb4113c71ed83166b25cce0aa63bb3e0440a41d7f
parent0d1be5835ffeeb5a0320569a02f0dc8a22212052
cp-tree.h: Add prototype for set_identifier_local_value.

* cp-tree.h: Add prototype for set_identifier_local_value.
* decl.c (set_identifier_local_value_with_scope): Make static,
prototype.
* search.c (covariant_return_p): Likewise.
* except.c (build_terminate_handler, alloc_eh_object): Likewise.
* call.c (build_method_call): Only pull out the type of a destructor
if it's a template type parm.
* decl.c (lookup_name_real): Never return the from_obj value.

From-SVN: r21361
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/except.c
gcc/cp/search.c