diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-06-19 12:44:32 +0200 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-06-19 12:44:32 +0200 |
commit | cf2125e045d3dc94a1f98c9e94344e44431672a1 (patch) | |
tree | 5f54a712ca4bffa91d1f63a459fcbbc5cc3f93e4 /tests/manual/cplusplus/conf.c++ | |
parent | 20545fd4b187d47d93f5229a292fb232e4d57936 (diff) | |
download | qt-creator-cf2125e045d3dc94a1f98c9e94344e44431672a1.tar.gz |
Added a few more defines
Diffstat (limited to 'tests/manual/cplusplus/conf.c++')
-rw-r--r-- | tests/manual/cplusplus/conf.c++ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/manual/cplusplus/conf.c++ b/tests/manual/cplusplus/conf.c++ index 3034be93d6..3cec3f4693 100644 --- a/tests/manual/cplusplus/conf.c++ +++ b/tests/manual/cplusplus/conf.c++ @@ -5,7 +5,11 @@ #define __asm__(a...) #define restrict #define __restrict +#define __restrict__ #define __weak #define __builtin_va_arg(a,b) ((b)0) #define __stdcall #define __fastcall +#define __imag__ +#define __real__ +#define __complex__ |