X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana2%2Fpto_ctx.c;h=a30043c2e8ab2908c373097427f816d9107f2756;hb=f274dcf35aa0d3f4748387dbddfe50e8d7d44951;hp=868f969d2da8f8e2246ad6be33b7594a0a00c5ea;hpb=d07b7388a477ce7ce7ceb5fcf427b8db040ff55e;p=libfirm diff --git a/ir/ana2/pto_ctx.c b/ir/ana2/pto_ctx.c index 868f969d2..a30043c2e 100644 --- a/ir/ana2/pto_ctx.c +++ b/ir/ana2/pto_ctx.c @@ -3,7 +3,7 @@ /* Project: libFIRM File name: ir/ana/pto_ctx.c - Purpose: ... + Purpose: Manage context-sensitivity markers Author: Florian Modified by: Created: Sat Nov 13 19:35:27 CET 2004 @@ -13,11 +13,13 @@ */ # ifdef HAVE_CONFIG_H -# include +# include "config.h" # endif +#include + /* - pto_ctx: ... + pto_ctx: Manage context-sensitivity markers */ # include "pto_ctx.h" @@ -85,6 +87,15 @@ ctx_info_t *set_curr_ctx (ctx_info_t *ctx) /* $Log$ + Revision 1.6 2005/12/05 12:19:54 beck + added missing include (not anymore included in libFirm) + + Revision 1.5 2005/01/14 13:37:55 liekweg + Insert purpose descr + + Revision 1.4 2004/12/02 16:17:51 beck + fixed config.h include + Revision 1.3 2004/11/24 14:53:55 liekweg Bugfixes