summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/f/where.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/f/where.c')
-rw-r--r--contrib/gcc/f/where.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/f/where.c b/contrib/gcc/f/where.c
index b16f965..b409a46 100644
--- a/contrib/gcc/f/where.c
+++ b/contrib/gcc/f/where.c
@@ -1,5 +1,5 @@
/* where.c -- Implementation File (module.c template V1.0)
- Copyright (C) 1995, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1995, 2002, 2003 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
@@ -161,7 +161,7 @@ ffewhere_file_set (ffewhereFile wf, bool have_num, ffewhereLineNumber ln)
/* Do initializations. */
void
-ffewhere_init_1 ()
+ffewhere_init_1 (void)
{
ffewhere_root_line_.first = ffewhere_root_line_.last
= (ffewhereLine) &ffewhere_root_line_.first;
OpenPOWER on IntegriCloud