Added a few more defines

This commit is contained in:
Roberto Raggi
2009-06-19 12:44:32 +02:00
parent 20545fd4b1
commit cf2125e045

View File

@@ -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__