X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana2%2Fpto_mod.c;h=8640b1b66f160cc23ea0c58ebdb7563c25555c90;hb=61adb50426dee69f0a5cfef689513a2aa41caaa5;hp=e85f07a629f1437bddce383f9a90f77ce29bff68;hpb=51f81d66d0833b57c8af5258d91499abc8464d5e;p=libfirm diff --git a/ir/ana2/pto_mod.c b/ir/ana2/pto_mod.c index e85f07a62..8640b1b66 100644 --- a/ir/ana2/pto_mod.c +++ b/ir/ana2/pto_mod.c @@ -12,9 +12,9 @@ Licence: This file is protected by the GPL - GNU GENERAL PUBLIC LICENSE. */ -# ifdef HAVE_CONFIG_H -# include -# endif +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif /* pto_mod: Load/Store Transfer Functions @@ -92,6 +92,9 @@ int mod_load (ir_node *load, entity *ent, /* $Log$ + Revision 1.2 2004/12/02 16:17:51 beck + fixed config.h include + Revision 1.1 2004/11/30 14:47:54 liekweg fix initialisation; do correct iteration