diff options
Diffstat (limited to 'gcc/tree-inline.h')
-rw-r--r-- | gcc/tree-inline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h index 4cc1f19..9ca2a91 100644 --- a/gcc/tree-inline.h +++ b/gcc/tree-inline.h @@ -217,7 +217,7 @@ extern tree remap_type (tree type, copy_body_data *id); extern gimple_seq copy_gimple_seq_and_replace_locals (gimple_seq seq); extern bool debug_find_tree (tree, tree); extern tree copy_fn (tree, tree&, tree&); -extern const char *copy_forbidden (struct function *fun, tree fndecl); +extern const char *copy_forbidden (struct function *fun); /* This is in tree-inline.c since the routine uses data structures from the inliner. */ |