(get_inner_reference): Add new arg.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 16 Nov 1996 11:19:45 +0000 (06:19 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 16 Nov 1996 11:19:45 +0000 (06:19 -0500)
From-SVN: r13189

gcc/tree.h

index a89ae508382dff464303ae5c5a8fdbc09ec8667b..ae86ccc95dc52860f22c57f393293cace83250e8 100644 (file)
@@ -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.  */