aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/trans-types.h')
-rw-r--r--gcc/fortran/trans-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-types.h b/gcc/fortran/trans-types.h
index 0b962114b96..7e79480c438 100644
--- a/gcc/fortran/trans-types.h
+++ b/gcc/fortran/trans-types.h
@@ -77,7 +77,7 @@ tree gfc_get_array_type_bounds (tree, int, int, tree *, tree *, int,
tree gfc_get_nodesc_array_type (tree, gfc_array_spec *, gfc_packed, bool);
/* Add a field of given name and type to a UNION_TYPE or RECORD_TYPE. */
-tree gfc_add_field_to_struct (tree *, tree, tree, tree);
+tree gfc_add_field_to_struct (tree, tree, tree, tree **);
/* Layout and output debugging info for a type. */
void gfc_finish_type (tree);