aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/lab.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/lab.c')
-rw-r--r--gcc/f/lab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/f/lab.c b/gcc/f/lab.c
index dcfb883..8691897 100644
--- a/gcc/f/lab.c
+++ b/gcc/f/lab.c
@@ -94,7 +94,7 @@ ffelab_find (ffelabValue v)
Kill all the labels on the list. */
void
-ffelab_finish ()
+ffelab_finish (void)
{
ffelab l;
ffelab pl;
@@ -115,7 +115,7 @@ ffelab_finish ()
unit is going to be processed. */
void
-ffelab_init_3 ()
+ffelab_init_3 (void)
{
ffelab_list_ = NULL;
ffelab_num_news_ = 0;