diff options
Diffstat (limited to 'contrib/gcc/f/sta.h')
-rw-r--r-- | contrib/gcc/f/sta.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/gcc/f/sta.h b/contrib/gcc/f/sta.h index 6bb9913..64e1607 100644 --- a/contrib/gcc/f/sta.h +++ b/contrib/gcc/f/sta.h @@ -1,6 +1,6 @@ /* sta.h -- Private #include File (module.h template V1.0) Copyright (C) 1995 Free Software Foundation, Inc. - Contributed by James Craig Burley (burley@gnu.org). + Contributed by James Craig Burley. This file is part of GNU Fortran. @@ -90,11 +90,11 @@ ffesymbol ffesta_sym_end_transition (ffesymbol s); ffesymbol ffesta_sym_exec_transition (ffesymbol s); void ffesta_ffebad_1p (ffebad msg, ffelexToken names_token, ffeTokenLength index, ffelexToken next_token); -void ffesta_ffebad_1sp (ffebad msg, char *s, ffelexToken names_token, +void ffesta_ffebad_1sp (ffebad msg, const char *s, ffelexToken names_token, ffeTokenLength index, ffelexToken next_token); -void ffesta_ffebad_1st (ffebad msg, char *s, ffelexToken t); +void ffesta_ffebad_1st (ffebad msg, const char *s, ffelexToken t); void ffesta_ffebad_1t (ffebad msg, ffelexToken t); -void ffesta_ffebad_2st (ffebad msg, char *s, ffelexToken t1, ffelexToken t2); +void ffesta_ffebad_2st (ffebad msg, const char *s, ffelexToken t1, ffelexToken t2); void ffesta_ffebad_2t (ffebad msg, ffelexToken t1, ffelexToken t2); ffelexHandler ffesta_zero (ffelexToken t); ffelexHandler ffesta_two (ffelexToken first, ffelexToken second); |