This commit is contained in:
parent
67a8b273c2
commit
2cddb3e0ea
3 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue