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 2c76afb..b2158e1 100644 --- a/gcc/fortran/match.h +++ b/gcc/fortran/match.h @@ -101,7 +101,7 @@ match gfc_match_call (void); /* We want to use this function to check for a common-block-name that can exist in a bind statement, so removed the "static" declaration of the function in match.cc. */ - + match gfc_match_common_name (char *name); match gfc_match_common (void); |