aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/global.h')
-rw-r--r--gcc/f/global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/f/global.h b/gcc/f/global.h
index 996646a..eaf9921 100644
--- a/gcc/f/global.h
+++ b/gcc/f/global.h
@@ -128,14 +128,14 @@ struct _ffeglobal_
/* Declare functions with prototypes. */
-void ffeglobal_drive (ffeglobal (*fn) ());
+void ffeglobal_drive (ffeglobal (*fn) (ffeglobal));
void ffeglobal_init_1 (void);
void ffeglobal_init_common (ffesymbol s, ffelexToken t);
void ffeglobal_new_progunit_ (ffesymbol s, ffelexToken t, ffeglobalType type);
void ffeglobal_new_common (ffesymbol s, ffelexToken t, bool blank);
void ffeglobal_pad_common (ffesymbol s, ffetargetAlign pad, ffewhereLine wl,
ffewhereColumn wc);
-void ffeglobal_proc_def_arg (ffesymbol s, int argno, char *name, ffeglobalArgSummary as,
+void ffeglobal_proc_def_arg (ffesymbol s, int argno, const char *name, ffeglobalArgSummary as,
ffeinfoBasictype bt, ffeinfoKindtype kt,
bool array);
void ffeglobal_proc_def_nargs (ffesymbol s, int n_args);