From: Florian Liekweg Date: Mon, 18 Oct 2004 12:47:46 +0000 (+0000) Subject: minor fix X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e5d96097b829a9387685e75a9916196e4c1c2517;p=libfirm minor fix [r4141] --- diff --git a/ir/ana/ecg.c b/ir/ana/ecg.c index 59fc7aa8f..64d23735e 100644 --- a/ir/ana/ecg.c +++ b/ir/ana/ecg.c @@ -1519,7 +1519,6 @@ void ecg_report () while (NULL != cinfo) { ir_node *call = cinfo->call; - int i; fprintf (dot, "\t/* call_0x%08x */\n", (int) call); fprintf (dot, "\tcall_0x%08x [label=\"call\\l0x%08x\"];\n", @@ -1626,6 +1625,9 @@ void ecg_ecg () /* $Log$ + Revision 1.6 2004/10/18 12:47:19 liekweg + minor fix + Revision 1.5 2004/10/14 11:31:28 liekweg SHUTUP_GCC diff --git a/ir/ana/rta.h b/ir/ana/rta.h index 5178445fb..47c970130 100644 --- a/ir/ana/rta.h +++ b/ir/ana/rta.h @@ -31,10 +31,13 @@ int rta_is_alive_graph(ir_graph *graph); /** report for all graphs and types wheater they are alive */ void rta_report (void); -#endif /* def _RTA_H_ */ +#endif /* not defined _RTA_H_ */ /* * $Log$ + * Revision 1.11 2004/10/18 12:47:46 liekweg + * minor fix + * * Revision 1.10 2004/09/24 13:59:04 beck * fixed doxygen comments, removed initialization for description entities *