Thilo Schulz 2011-02-04 13:43:41 +00:00
parent 67a8b273c2
commit 2cddb3e0ea
3 changed files with 15 additions and 15 deletions

View file

@ -181,9 +181,9 @@ typedef int clipHandle_t;
#define PAD(x,y) (((x)+(y)-1) & ~((y)-1))
#ifdef __GNUC__
#define ALIGN(x) __attribute__((aligned(x)))
#define QALIGN(x) __attribute__((aligned(x)))
#else
#define ALIGN(x)
#define QALIGN(x)
#endif
#ifndef NULL