#ifndef __ALPHA_COMPILER_H #define __ALPHA_COMPILER_H #include /* Some idiots over in thought inline should imply always_inline. This breaks stuff. We'll include this file whenever we run into such problems. */ #include #undef inline #undef __inline__ #undef __inline #undef __always_inline #define __always_inline inline __attribute__((always_inline)) #endif /* __ALPHA_COMPILER_H */