search.c: ANSIfy function declarations and definitions.
authorNathan Sidwell <nathan@codesourcery.com>
Sat, 15 Feb 2003 18:03:22 +0000 (18:03 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Sat, 15 Feb 2003 18:03:22 +0000 (18:03 +0000)
commit86ac05753c9d7fcf27375fe17e70cda5333ab50e
treeece5620dc1576e0716969553f06d65c2797fa96f
parent6ff741aa6c830df0ec7adbd3c4ccf79845b0853a
search.c: ANSIfy function declarations and definitions.

* search.c: ANSIfy function declarations and definitions.
* cp-tree.h (lookup_field, lookup_member): Last parameter is a bool.
* call.c (build_method_call, resolve_scoped_fn_name,
build_java_interface_fn_ref): Adjust lookup_field, lookup_member
calls.
* class.c (handle_using_decl): Likewise.
* decl.c (make_typename_type, make_unmound_class_template,
start_decl, compute_array_index_type): Likewise.
* decl2.c (build_expr_from_tree, build_call_from_tree): Likewise.
* init.c (expand_member_init, build_member_call): Likewise.
* pt.c (tsubst_copy, tsubst_copy_and_build, do_decl_instantiation,
resolve_typename_type): Likewise.
* typeck.c (lookup_destructor, finish_class_member_access_exprm
build_prememfunc_access_expr): Likewise.

From-SVN: r62939
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/init.c
gcc/cp/pt.c
gcc/cp/search.c
gcc/cp/typeck.c