/** Forces the compiler to inline the specified function. When applied, the given function will be\r
* inlined under all circumstances.\r
*/\r
- #define ATTR_ALWAYSINLINE __attribute__ ((always_inline))\r
+ #define ATTR_ALWAYS_INLINE __attribute__ ((always_inline))\r
\r
/** Indicates that the specified function is pure, in that it has no side-effects other than global\r
* or parameter variable access.\r