--- np2/i386c/ia32/interface.h 2011/01/15 17:17:23 1.20 +++ np2/i386c/ia32/interface.h 2011/12/21 17:32:49 1.21 @@ -30,6 +30,14 @@ #define CPUCALL #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) #define QWORD_CONST(v) v ## ULL #define SQWORD_CONST(v) v ## LL