This commit is contained in:
Glenn Maynard
2005-07-28 02:45:17 +00:00
parent 94e5d8772b
commit 93302c03aa
+2
View File
@@ -128,8 +128,10 @@ void ShowWarning( const char *file, int line, const char *message ); // don't pu
#if !defined(ALIGN)
#if defined(__GNUC__)
#define ALIGN(n) __attribute__((aligned(n)))
#define CONST_FUNCTION __attribute__((const))
#else
#define ALIGN(n)
#define CONST_FUNCTION
#endif
#endif