diff options
author | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-09-15 11:50:24 +0200 |
---|---|---|
committer | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-09-15 11:50:24 +0200 |
commit | 9bcfd348454267db1cb98425260774248a90f60a (patch) | |
tree | c7653823fd1c2ed34adaf8cdac97cbf08744b17d /tests/manual/cplusplus/conf.c++ | |
parent | e4de305b029efbbbfdf3dd9d0b4677db6b8796d5 (diff) | |
download | qt-creator-9bcfd348454267db1cb98425260774248a90f60a.tar.gz |
Renamed two cplusplus projects to not conflict with the autotests.
Diffstat (limited to 'tests/manual/cplusplus/conf.c++')
-rw-r--r-- | tests/manual/cplusplus/conf.c++ | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/manual/cplusplus/conf.c++ b/tests/manual/cplusplus/conf.c++ deleted file mode 100644 index 69bafe0459..0000000000 --- a/tests/manual/cplusplus/conf.c++ +++ /dev/null @@ -1,15 +0,0 @@ -#define __extension__ -#define __context__ -#define __range__ -#define __asm(a...) -#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__ |