diff options
Diffstat (limited to 'gcc/fortran/trans.h')
-rw-r--r-- | gcc/fortran/trans.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans.h b/gcc/fortran/trans.h index eafd280..658dcd0 100644 --- a/gcc/fortran/trans.h +++ b/gcc/fortran/trans.h @@ -332,7 +332,7 @@ void gfc_conv_structure (gfc_se *, gfc_expr *, int); /* Return an expression which determines if a dummy parameter is present. */ tree gfc_conv_expr_present (gfc_symbol *); /* Convert a missing, dummy argument into a null or zero. */ -void gfc_conv_missing_dummy (gfc_se *, gfc_expr *, gfc_typespec); +void gfc_conv_missing_dummy (gfc_se *, gfc_expr *, gfc_typespec, int); /* Generate code to allocate a string temporary. */ tree gfc_conv_string_tmp (gfc_se *, tree, tree); |