Skip __complex__, __imag__ and __real__

This commit is contained in:
Roberto Raggi
2009-02-23 09:53:26 +01:00
parent fe4a3f354d
commit c8bdd0bee4
3 changed files with 7 additions and 1 deletions

View File

@@ -140,6 +140,10 @@ static const char pp_configuration[] =
"#define restrict\n"
"#define __restrict\n"
"#define __complex__\n"
"#define __imag__\n"
"#define __real__\n"
// ### add macros for win32
"#define __cdecl\n"
"#define QT_WA(x) x\n"