replaced malloc.h by stdlib.h and values.h by limits.g for better portability
[libfirm] / testprograms / inheritance_example.c
index 0e94907..a2e1a2e 100644 (file)
@@ -45,7 +45,7 @@ int main(int argc, char **argv)
   type  *intt;
   entity *i_m1e, *c_m1e, *c_m2e, *e_m2e, *d_be, *e_ae;   /*        e names entities    */
 
-  printf("\nCreating type information...\n");
+  printf("\nCreating type information for INHERITANCE_EXAMPLE ...\n");
 
   /** init library */
   init_firm (NULL);