summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/f/stt.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/f/stt.c')
-rw-r--r--contrib/gcc/f/stt.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/gcc/f/stt.c b/contrib/gcc/f/stt.c
index d2db379..4b008e2 100644
--- a/contrib/gcc/f/stt.c
+++ b/contrib/gcc/f/stt.c
@@ -1,6 +1,6 @@
/* stt.c -- Implementation File (module.c template V1.0)
Copyright (C) 1995, 1997 Free Software Foundation, Inc.
- Contributed by James Craig Burley (burley@gnu.org).
+ Contributed by James Craig Burley.
This file is part of GNU Fortran.
@@ -598,7 +598,7 @@ ffestt_exprlist_create ()
at a time. */
void
-ffestt_exprlist_drive (ffesttExprList list, void (*fn) ())
+ffestt_exprlist_drive (ffesttExprList list, void (*fn) (ffebld, ffelexToken))
{
ffesttExprList next;
@@ -837,7 +837,7 @@ ffestt_implist_create ()
The token pairs in the list are passed to the function one pair at a time. */
void
-ffestt_implist_drive (ffesttImpList list, void (*fn) ())
+ffestt_implist_drive (ffesttImpList list, void (*fn) (ffelexToken, ffelexToken))
{
ffesttImpList next;
@@ -951,7 +951,7 @@ ffestt_tokenlist_create ()
The tokens in the list are passed to the given function. */
void
-ffestt_tokenlist_drive (ffesttTokenList tl, void (*fn) ())
+ffestt_tokenlist_drive (ffesttTokenList tl, void (*fn) (ffelexToken))
{
ffesttTokenItem ti;
OpenPOWER on IntegriCloud