X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana2%2Fpto.c;h=12547832e5dfd4fc1ebc2f59baddbeaa1d5f2636;hb=f75c9d04c9b10670c0456bb61727f25ee7c2aac0;hp=707a0302a063dde24a4467b994be179781aeb36f;hpb=c29d66212b261bd6db031a6058a845e652b3dda3;p=libfirm diff --git a/ir/ana2/pto.c b/ir/ana2/pto.c index 707a0302a..12547832e 100644 --- a/ir/ana2/pto.c +++ b/ir/ana2/pto.c @@ -80,7 +80,7 @@ void pto_init (int lvl) ecg_iterate_graphs (pto_init_graph_wrapper, NULL); /* debugging only */ - spaces = (char*) xmalloc (512 * sizeof (char)); + spaces = xmalloc (512 * sizeof (char)); memset (spaces, ' ', 512); spaces += 511; *spaces = '\0'; @@ -137,6 +137,12 @@ void pto_cleanup (void) /* $Log$ + Revision 1.17 2005/01/10 17:26:34 liekweg + fixup printfs, don't put environments on the stack + + Revision 1.16 2004/12/22 14:43:14 beck + made allocations C-like + Revision 1.15 2004/12/21 14:26:53 beck removed C99 constructs