File diff r3999:11007d71fa74 → r4000:702cb45b8eab
stdafx.h
Show inline comments
 
@@ -66,17 +66,15 @@
 
// by default we use [] var arrays
 
#define VARARRAY_SIZE
 

	
 

	
 
// Stuff for GCC
 
#if defined(__GNUC__)
 
# define NORETURN              __attribute((noreturn))
 
# define NORETURN __attribute__ ((noreturn))
 
# define FORCEINLINE inline
 
# define CDECL
 
//#include <alloca.h>
 
//#include <malloc.h>
 
# define __int64 long long
 
# define NOT_REACHED() assert(0)
 
# define GCC_PACK __attribute__((packed))
 

	
 
# if (__GNUC__ == 2)
 
#  undef VARARRAY_SIZE