From 0acf7199cc1cdd108ad61ddb1b5999f2d510369e Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Tue, 11 Apr 2000 16:27:42 +0000 Subject: cp-tre.h (finish_function): Change prototype. * cp-tre.h (finish_function): Change prototype. * decl.c (end_cleanup_fn): Adjust caller. (finish_function): Take only one parameter. * decl2.c (finish_objects): Adjust caller. (finish_static_storage_duration_function): Likewise. * method.c (emit_thunk): Likewise. * parse.y: Likewise. * parse.c: Regenerated. * pt.c (instantiate_decl): Likewise. * rtti.c (synthesize_tinfo_fn): Likewise. * semantics.c (expand_body): Likewise. * cp-tree.h (copy_decl): New function. * class.c (finish_struct_1): Use it. * lex.c (copy_decl): Define it. * pt.c (tsubst_decl): Likewise. * tree.c (copy_template_template_parm): Likewise. From-SVN: r33079 --- gcc/cp/rtti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cp/rtti.c') diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index 1154f41..0ad29d5 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -1274,7 +1274,7 @@ synthesize_tinfo_fn (fndecl) finish_return_stmt (tmp); /* Finish the function body. */ finish_compound_stmt (/*has_no_scope=*/0, compound_stmt); - expand_body (finish_function (lineno, 0)); + expand_body (finish_function (0)); } /* Return the runtime bit mask encoding the qualifiers of TYPE. */ -- cgit v1.1