diff options
Diffstat (limited to 'gcc/fortran/match.h')
-rw-r--r-- | gcc/fortran/match.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/match.h b/gcc/fortran/match.h index f9d6aea..5c4053cc 100644 --- a/gcc/fortran/match.h +++ b/gcc/fortran/match.h @@ -175,7 +175,7 @@ try set_verify_bind_c_com_block (gfc_common_head *, int); try get_bind_c_idents (void); match gfc_match_bind_c_stmt (void); match gfc_match_suffix (gfc_symbol *, gfc_symbol **); -match gfc_match_bind_c (gfc_symbol *); +match gfc_match_bind_c (gfc_symbol *, bool); match gfc_get_type_attr_spec (symbol_attribute *); /* primary.c. */ |