From 5d84fe1fb34e92f2673e1c8eaa52236a773b2b49 Mon Sep 17 00:00:00 2001 From: Florian Liekweg Date: Mon, 20 Dec 2004 17:41:14 +0000 Subject: [PATCH] __unused -> _unused [r4677] --- ir/ana2/pto.c | 5 ++++- ir/ana2/pto_init.c | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ir/ana2/pto.c b/ir/ana2/pto.c index 15101c0b6..88184fae6 100644 --- a/ir/ana2/pto.c +++ b/ir/ana2/pto.c @@ -50,7 +50,7 @@ extern char *spaces; =================================================== */ /* Helper to pto_init */ -static void pto_init_graph_wrapper (graph_info_t *ginfo, void *__unused) +static void pto_init_graph_wrapper (graph_info_t *ginfo, void *_unused) { ir_graph *graph = ginfo->graph; @@ -136,6 +136,9 @@ void pto_cleanup () /* $Log$ + Revision 1.14 2004/12/20 17:41:14 liekweg + __unused -> _unused + Revision 1.13 2004/12/20 17:34:34 liekweg fix recursion handling diff --git a/ir/ana2/pto_init.c b/ir/ana2/pto_init.c index c47a1786f..e16b26cea 100644 --- a/ir/ana2/pto_init.c +++ b/ir/ana2/pto_init.c @@ -150,7 +150,7 @@ static pto_t *new_const_pto (ir_node *cnst) /* Helper to pto_init --- clear the link fields of class types */ -static void clear_type_link (type_or_ent *thing, void *__unused) +static void clear_type_link (type_or_ent *thing, void *_unused) { if (is_type (thing)) { type *tp = (type*) thing; @@ -172,7 +172,7 @@ static void clear_type_link (type_or_ent *thing, void *__unused) } /* Helper to pto_init_graph --- clear the links of the given node */ -static void clear_node_link (ir_node *node, void *__unused) +static void clear_node_link (ir_node *node, void *_unused) { set_irn_link (node, NULL); } @@ -431,6 +431,9 @@ void pto_reset_graph_pto (ir_graph *graph, int ctx_idx) /* $Log$ + Revision 1.12 2004/12/20 17:41:14 liekweg + __unused -> _unused + Revision 1.11 2004/12/20 17:34:35 liekweg fix recursion handling -- 2.20.1