diff options
Diffstat (limited to 'gcc/fortran/match.h')
-rw-r--r-- | gcc/fortran/match.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/match.h b/gcc/fortran/match.h index df18074..c4e7e91 100644 --- a/gcc/fortran/match.h +++ b/gcc/fortran/match.h @@ -1,5 +1,5 @@ /* All matcher functions. - Copyright (C) 2003, 2005, 2007, 2008, 2010 + Copyright (C) 2003, 2005, 2007, 2008, 2010, 2012 Free Software Foundation, Inc. Contributed by Steven Bosscher @@ -249,7 +249,7 @@ match gfc_match_expr (gfc_expr **); /* module.c. */ match gfc_match_use (void); -void gfc_use_module (void); +void gfc_use_modules (void); #endif /* GFC_MATCH_H */ |