From: Richard Kenner Date: Sat, 16 Nov 1996 11:19:45 +0000 (-0500) Subject: (get_inner_reference): Add new arg. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4523ff4510be830683f9be7ee606be8fb213ce1;p=gcc.git (get_inner_reference): Add new arg. From-SVN: r13189 --- 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. */