obstack access function
[libfirm] / testprograms / while_example.c
index 69d2bdf..6039d45 100644 (file)
@@ -42,7 +42,7 @@ main(void)
 
   printf("\nCreating an IR graph: WHILE_EXAMPLE...\n");
 
-  init_firm ();
+  init_firm (NULL);
 
   set_optimize(1);
   set_opt_constant_folding(1);