|
|
| version 1.20, 2011/01/15 17:17:23 | version 1.21, 2011/12/21 17:32:49 |
|---|---|
| Line 30 | Line 30 |
| #define CPUCALL | #define CPUCALL |
| #endif | #endif |
| #ifndef STATIC_INLINE | |
| #if defined(__GNUC__) | |
| #define STATIC_INLINE static INLINE __attribute__((unused)) | |
| #else | |
| #define STATIC_INLINE static INLINE | |
| #endif | |
| #endif | |
| #if !defined(QWORD_CONST) | #if !defined(QWORD_CONST) |
| #define QWORD_CONST(v) v ## ULL | #define QWORD_CONST(v) v ## ULL |
| #define SQWORD_CONST(v) v ## LL | #define SQWORD_CONST(v) v ## LL |