diff options
Diffstat (limited to 'gcc/langhooks-def.h')
-rw-r--r-- | gcc/langhooks-def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/langhooks-def.h b/gcc/langhooks-def.h index 8de0d6a41f2..458baf58123 100644 --- a/gcc/langhooks-def.h +++ b/gcc/langhooks-def.h @@ -76,7 +76,7 @@ int lhd_tree_inlining_tree_chain_matters_p PARAMS ((tree)); int lhd_tree_inlining_auto_var_in_fn_p PARAMS ((tree, tree)); tree lhd_tree_inlining_copy_res_decl_for_inlining PARAMS ((tree, tree, tree, void *, - int *, void *)); + int *, tree)); int lhd_tree_inlining_anon_aggr_type_p PARAMS ((tree)); int lhd_tree_inlining_start_inlining PARAMS ((tree)); void lhd_tree_inlining_end_inlining PARAMS ((tree)); |