|
|
| version 1.19, 2008/01/25 18:02:18 | version 1.21, 2011/12/21 17:32:49 |
|---|---|
| Line 1 | Line 1 |
| /* $Id$ */ | |
| /* | /* |
| * Copyright (c) 2002-2003 NONAKA Kimihiro | * Copyright (c) 2002-2003 NONAKA Kimihiro |
| * All rights reserved. | * All rights reserved. |
| Line 32 | 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 |