com.c (mark_tracker_head, [...]): Protoize.

* com.c (mark_tracker_head, mark_binding_level): Protoize.

       * where.c (mark_ffewhere_head): Likewise.

From-SVN: r31812
This commit is contained in:
Kaveh R. Ghazi 2000-02-06 04:30:45 +00:00 committed by Kaveh Ghazi
parent 70a51bdac1
commit 5455104482
3 changed files with 9 additions and 6 deletions

View file

@ -1,3 +1,9 @@
Sat Feb 5 23:27:25 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* com.c (mark_tracker_head, mark_binding_level): Protoize.
* where.c (mark_ffewhere_head): Likewise.
Wed Jan 12 09:32:59 2000 Zack Weinberg <zack@wolery.cumb.org>
* lang-specs.h: Pass -lang-fortran to preprocessor.

View file

@ -6439,8 +6439,7 @@ static struct tree_ggc_tracker
} *tracker_head = NULL;
static void
mark_tracker_head (arg)
void *arg;
mark_tracker_head (void *arg)
{
struct tree_ggc_tracker *head;
int i;
@ -14775,8 +14774,7 @@ incomplete_type_error (value, type)
/* Mark ARG for GC. */
static void
mark_binding_level (arg)
void *arg;
mark_binding_level (void *arg)
{
struct binding_level *level = *(struct binding_level **) arg;

View file

@ -119,8 +119,7 @@ static struct ffewhere_ggc_tracker
} *ffewhere_head = NULL;
static void
mark_ffewhere_head (arg)
void *arg;
mark_ffewhere_head (void *arg)
{
struct ffewhere_ggc_tracker *head;
int i;