summaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2001-02-26 11:01:44 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2001-02-26 11:01:44 +0000
commite5dd4aad7f83c3257f4302e100b31690000e1a26 (patch)
tree142477486cd3b6b7f5f8fe3ce3c4e8951c25c741 /gcc/cp/decl.c
parent7787480c2a6e70abf2654864980a7ffce446fea8 (diff)
downloadgcc-e5dd4aad7f83c3257f4302e100b31690000e1a26.tar.gz
except.c (call_eh_info): Cleanup generation of cp_eh_info struct.
* except.c (call_eh_info): Cleanup generation of cp_eh_info struct. * decl.c (mark_inlined_fns): Prototype. From-SVN: r40065
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r--gcc/cp/decl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index 39008956f4a..941f95a81b1 100644
--- a/gcc/cp/decl.c
+++ b/gcc/cp/decl.c
@@ -130,6 +130,7 @@ static void mark_binding_level PARAMS ((void *));
static void mark_named_label_lists PARAMS ((void *, void *));
static void mark_cp_function_context PARAMS ((struct function *));
static void mark_saved_scope PARAMS ((void *));
+static void mark_inlined_fns PARAMS ((struct lang_decl_inlined_fns *));
static void mark_lang_function PARAMS ((struct cp_language_function *));
static void save_function_data PARAMS ((tree));
static void check_function_type PARAMS ((tree, tree));