diff options
Diffstat (limited to 'contrib/gcc/f/data.c')
-rw-r--r-- | contrib/gcc/f/data.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gcc/f/data.c b/contrib/gcc/f/data.c index a8acd5c..51eb2b7 100644 --- a/contrib/gcc/f/data.c +++ b/contrib/gcc/f/data.c @@ -1,6 +1,6 @@ /* data.c -- Implementation File (module.c template V1.0) Copyright (C) 1995, 1996 Free Software Foundation, Inc. - Contributed by James Craig Burley (burley@gnu.org). + Contributed by James Craig Burley. This file is part of GNU Fortran. @@ -668,7 +668,7 @@ tail_recurse: /* :::::::::::::::::::: */ expression doesn't already exist in the cache) and then puts the result in the cache. */ -ffebld +static ffebld ffedata_convert_ (ffebld source, ffelexToken source_token, ffelexToken dest_token, ffeinfoBasictype bt, ffeinfoKindtype kt, ffeinfoRank rk, @@ -1119,7 +1119,7 @@ ffedata_eval_substr_end_ (ffebld expr, ffetargetCharacterSize min, If st has any initialization info, transfer that info into mst and clear st's info. */ -void +static void ffedata_gather_ (ffestorag mst, ffestorag st) { ffesymbol s; |