Move ast dump tools from tests/manual to tests/tools.

Reviewed-by: Friedemann Kleint
This commit is contained in:
Christian Kamm
2010-11-05 09:25:12 +01:00
parent dd45277a19
commit 1920372280
10 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
#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__