X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=win32%2Ffirm_config.h;h=bdb77092ccb54256ee702bfae4532eb8fe771f1a;hb=edb11cbddcf9e4fef1bde33d576003af8a6a3323;hp=dbee74148c8a6dae6caae3ebdba35578ed6c65bf;hpb=fde6997111a8684c8d2e4cd9bbd5253b91668a35;p=libfirm diff --git a/win32/firm_config.h b/win32/firm_config.h index dbee74148..bdb77092c 100644 --- a/win32/firm_config.h +++ b/win32/firm_config.h @@ -38,9 +38,7 @@ #endif /* define to 1 to use the ILP solver */ -#ifndef WITH_ILP -#define WITH_ILP 1 -#endif +/* undef WITH_ILP */ /* define to 1 to use JVM calling needed for the Java-based coalescer in firmbe */ /* #undef WITH_JVM */ @@ -98,4 +96,7 @@ #define PLUGIN_IR_BE 1 #endif +/* No __attribute__ here */ +#define __attribute__(x) + #endif /* _FIRM_CONFIG_H */