init_firm() takes now a parameter, the old behavior is enfrced with NULL.
[libfirm] / testprograms / global_var_example.c
index d149a14..056b25b 100644 (file)
@@ -43,7 +43,7 @@ int main(int argc, char **argv)
   printf("\nCreating an IR graph: GLOBAL_VAR ...\n");
 
   /* init library */
-  init_firm ();
+  init_firm (NULL);
 
   /* make basic type information for primitive type int.
      In Sather primitive types are represented by a class.