X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Fconst_ent_example.c;h=9910727439be6d090c804bee328660f4441cf848;hb=e569ea0a211514dcb0d96207d2600dd0fb18e23b;hp=4a5590634a630056fa68b9763404fcba2880f5b8;hpb=5052f2d2fc507aefb5d39aa7d6cc41ca55b3a2c9;p=libfirm diff --git a/testprograms/const_ent_example.c b/testprograms/const_ent_example.c index 4a5590634..991072743 100644 --- a/testprograms/const_ent_example.c +++ b/testprograms/const_ent_example.c @@ -42,7 +42,8 @@ int main(int argc, char **argv) entity *ae, *fe, *ge, *dipte, *diptpe; /* e names entities */ ir_node *n; - printf("\nCreating type information...\n"); + printf("\nExample program for constant entites.\n"); + printf("Creating type information...\n"); /** init library */ init_firm ();