diff options
Diffstat (limited to 'contrib/gcc/f/src.c')
-rw-r--r-- | contrib/gcc/f/src.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/f/src.c b/contrib/gcc/f/src.c index 28c55cc..54fc777 100644 --- a/contrib/gcc/f/src.c +++ b/contrib/gcc/f/src.c @@ -1,5 +1,5 @@ /* src.c -- Implementation File - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 2003 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. @@ -93,7 +93,7 @@ bool ffesrc_ok_match_noninit_lower_; /* Initialize table of alphabetic matches. */ void -ffesrc_init_1 () +ffesrc_init_1 (void) { int i; |