aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2000-04-11 16:27:42 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-04-11 16:27:42 +0000
commit0acf7199cc1cdd108ad61ddb1b5999f2d510369e (patch)
treed0f6a675e8ef0524ebfc20c64fe54718dbd9391f /gcc/cp/rtti.c
parent2133335f6a8b4eeff6523a3d5ab1ac083cef24c6 (diff)
downloadgcc-0acf7199cc1cdd108ad61ddb1b5999f2d510369e.zip
gcc-0acf7199cc1cdd108ad61ddb1b5999f2d510369e.tar.gz
gcc-0acf7199cc1cdd108ad61ddb1b5999f2d510369e.tar.bz2
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
Diffstat (limited to 'gcc/cp/rtti.c')
-rw-r--r--gcc/cp/rtti.c2
1 files changed, 1 insertions, 1 deletions
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. */