removed makro calls, dokumentation
[libfirm] / ir / ir / ircgcons.h
index 12137a3..9f0e04b 100644 (file)
@@ -1,11 +1,15 @@
-/* -------------------------------------------------------------------
- * $Id$
- * -------------------------------------------------------------------
- * Auf- und Abbau der interprozeduralen Darstellung (Explizite
- * interprozedurale Abhängigkeiten).
- *
- * Erstellt: Hubert Schmid, 09.06.2002
- * ---------------------------------------------------------------- */
+/*
+ * Project:     libFIRM
+ * File name:   ir/ir/ircgcons.h
+ * Purpose:     Construction and removal of interprocedural representation
+ *              (explicit interprocedural dependencies).
+ * Author:      Hubert Schmid
+ * Modified by:
+ * Created:     09.06.2002
+ * CVS-ID:      $Id$
+ * Copyright:   (c) 2002-2003 Universität Karlsruhe
+ * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ */
 
 
 #ifndef _CONSTRUCT_H_
 
 /* 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);