diff options
Diffstat (limited to 'gcc/objc/objc-act.h')
-rw-r--r-- | gcc/objc/objc-act.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/objc/objc-act.h b/gcc/objc/objc-act.h index e4b8a93bf39..741401d8356 100644 --- a/gcc/objc/objc-act.h +++ b/gcc/objc/objc-act.h @@ -23,7 +23,7 @@ along with GCC; see the file COPYING3. If not see #define GCC_OBJC_ACT_H /* For enum gimplify_status */ -#include "tree-gimple.h" +#include "gimple.h" /*** Language hooks ***/ @@ -32,7 +32,7 @@ const char *objc_printable_name (tree, int); tree objc_get_callee_fndecl (const_tree); void objc_finish_file (void); tree objc_fold_obj_type_ref (tree, tree); -enum gimplify_status objc_gimplify_expr (tree *, tree *, tree *); +enum gimplify_status objc_gimplify_expr (tree *, gimple_seq *, gimple_seq *); /* NB: The remaining public functions are prototyped in c-common.h, for the benefit of stub-objc.c and objc-act.c. */ |