Commit 54551044 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

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

       * where.c (mark_ffewhere_head): Likewise.

From-SVN: r31812
parent 70a51bda
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.
......
......@@ -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;
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment