From cf2125e045d3dc94a1f98c9e94344e44431672a1 Mon Sep 17 00:00:00 2001 From: Roberto Raggi <roberto.raggi@nokia.com> Date: Fri, 19 Jun 2009 12:44:32 +0200 Subject: [PATCH] Added a few more defines --- tests/manual/cplusplus/conf.c++ | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/manual/cplusplus/conf.c++ b/tests/manual/cplusplus/conf.c++ index 3034be93d67..3cec3f4693d 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__ -- GitLab