From b4523ff4510be830683f9be7ee606be8fb213ce1 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 16 Nov 1996 06:19:45 -0500 Subject: [PATCH] (get_inner_reference): Add new arg. From-SVN: r13189 --- gcc/tree.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/tree.h b/gcc/tree.h index a89ae508382..ae86ccc95dc 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -1541,7 +1541,9 @@ extern tree maybe_build_cleanup PROTO((tree)); look for nested component-refs or array-refs at constant positions and find the ultimate containing object, which is returned. */ -extern tree get_inner_reference PROTO((tree, int *, int *, tree *, enum machine_mode *, int *, int *)); +extern tree get_inner_reference PROTO((tree, int *, int *, tree *, + enum machine_mode *, int *, + int *, int *)); /* Return the FUNCTION_DECL which provides this _DECL with its context, or zero if none. */ -- 2.30.2