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 032a6a310b9..1d46e85960c 100644 --- a/gcc/fortran/match.h +++ b/gcc/fortran/match.h @@ -80,7 +80,6 @@ match gfc_match_namelist (void); match gfc_match_module (void); match gfc_match_equivalence (void); match gfc_match_st_function (void); -match gfc_match_data (void); match gfc_match_case (void); match gfc_match_select (void); match gfc_match_where (gfc_statement *); @@ -93,6 +92,7 @@ gfc_common_head *gfc_get_common (const char *, int); /* decl.c */ +match gfc_match_data (void); match gfc_match_null (gfc_expr **); match gfc_match_kind_spec (gfc_typespec *); match gfc_match_old_kind_spec (gfc_typespec *); |