Added void casts to shut up warnings
[libfirm] / ir / ir / ircgcons.h
index 12137a3..67b36be 100644 (file)
@@ -2,7 +2,7 @@
  * $Id$
  * -------------------------------------------------------------------
  * Auf- und Abbau der interprozeduralen Darstellung (Explizite
- * interprozedurale Abhängigkeiten).
+ * interprozedurale Abhaengigkeiten).
  *
  * Erstellt: Hubert Schmid, 09.06.2002
  * ---------------------------------------------------------------- */
 
 /* Aufbau der interprozeduralen Darstellung.  In den Call-Operationen
  * mussen alle potentialen callees gespeichert sein. */
-void cg_construct(int arr_len, entity ** free_methods_arr);
+void cg_construct(int arr_len, entity *free_methods_arr[]);
 
 
 /* Abbau der interprozeduralen (Sichten-) Darstellung, in eine
- * gewöhnliche intraprozedurale Darstellung */
+ * gewoehnliche intraprozedurale Darstellung */
 void cg_destruct(void);