From: Michael Beck Date: Thu, 10 May 2007 21:49:09 +0000 (+0000) Subject: __attribute__ must be defined here, it is used in headers X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=inline;h=0e7539c1960485e86b0171747acc05a81954a710;p=libfirm __attribute__ must be defined here, it is used in headers [r13780] --- diff --git a/win32/firm_config.h b/win32/firm_config.h index dbee74148..4774cb992 100644 --- a/win32/firm_config.h +++ b/win32/firm_config.h @@ -98,4 +98,7 @@ #define PLUGIN_IR_BE 1 #endif +/* No __attribute__ here */ +#define __attribute__(x) + #endif /* _FIRM_CONFIG_H */