aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2009-09-08 14:12:37 -0400
committerJason Merrill <jason@gcc.gnu.org>2009-09-08 14:12:37 -0400
commit02c5ff73d4f5079748e004854024c656c2e6afc9 (patch)
tree2339e78f9bc818c70ec05a01489f0027d1558a3a /gcc/cp/cp-tree.h
parent3e54529c11ba739ea0a6d7c5a2daa16680a73e14 (diff)
downloadgcc-02c5ff73d4f5079748e004854024c656c2e6afc9.zip
gcc-02c5ff73d4f5079748e004854024c656c2e6afc9.tar.gz
gcc-02c5ff73d4f5079748e004854024c656c2e6afc9.tar.bz2
decl.c (grokmethod): Rename from start_method.
* decl.c (grokmethod): Rename from start_method. (finish_method): Remove. * cp-tree.h: Adjust. * parser.c (cp_parser_save_member_function_body): Adjust. From-SVN: r151526
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r--gcc/cp/cp-tree.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index 23b41d3..4f03868 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -4418,8 +4418,7 @@ extern tree begin_function_body (void);
extern void finish_function_body (tree);
extern tree outer_curly_brace_block (tree);
extern tree finish_function (int);
-extern tree start_method (cp_decl_specifier_seq *, const cp_declarator *, tree);
-extern tree finish_method (tree);
+extern tree grokmethod (cp_decl_specifier_seq *, const cp_declarator *, tree);
extern void maybe_register_incomplete_var (tree);
extern void maybe_commonize_var (tree);
extern void complete_vars (tree);