summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2009-06-18 17:48:55 +0200
committerRoberto Raggi <roberto.raggi@nokia.com>2009-06-18 17:49:17 +0200
commit9c038180d81be6506554907998cab4cb1dd8b3c2 (patch)
tree82807dd4c03805045ce8c534f84218252db8961c /tests
parentc3c98cca785d24c05e552ed5ed113a7b73341965 (diff)
downloadqt-creator-9c038180d81be6506554907998cab4cb1dd8b3c2.tar.gz
Improved compatibility with the gcc extensions.
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/cplusplus/conf.c++3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/manual/cplusplus/conf.c++ b/tests/manual/cplusplus/conf.c++
index c179f97927..3034be93d6 100644
--- a/tests/manual/cplusplus/conf.c++
+++ b/tests/manual/cplusplus/conf.c++
@@ -6,3 +6,6 @@
#define restrict
#define __restrict
#define __weak
+#define __builtin_va_arg(a,b) ((b)0)
+#define __stdcall
+#define __fastcall