minor fix
authorFlorian Liekweg <liekweg@ipd.info.uni-karlsruhe.de>
Mon, 18 Oct 2004 12:47:46 +0000 (12:47 +0000)
committerFlorian Liekweg <liekweg@ipd.info.uni-karlsruhe.de>
Mon, 18 Oct 2004 12:47:46 +0000 (12:47 +0000)
[r4141]

ir/ana/ecg.c
ir/ana/rta.h

index 59fc7aa..64d2373 100644 (file)
@@ -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
 
index 5178445..47c9701 100644 (file)
@@ -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
  *