diff options
Diffstat (limited to 'gcc/f/storag.c')
-rw-r--r-- | gcc/f/storag.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/f/storag.c b/gcc/f/storag.c index 60570fc..db33827 100644 --- a/gcc/f/storag.c +++ b/gcc/f/storag.c @@ -162,7 +162,7 @@ ffestorag_dump (ffestorag s) ffestorag_init_2(); */ void -ffestorag_init_2 () +ffestorag_init_2 (void) { ffestorag_list_.first = ffestorag_list_.last = (ffestorag) &ffestorag_list_.first; @@ -431,7 +431,7 @@ ffestorag_new (ffestoragList sl) /* Report info on LOCAL non-sym-assoc'ed entities if needed. */ void -ffestorag_report () +ffestorag_report (void) { ffestorag s; |