| 282 /** |
282 /** |
| 283 * Declares a function to be inlined. |
283 * Declares a function to be inlined. |
| 284 */ |
284 */ |
| 285 #define CX_INLINE __attribute__((always_inline)) static inline |
285 #define CX_INLINE __attribute__((always_inline)) static inline |
| 286 #else |
286 #else |
| |
287 /** |
| |
288 * Declares a function to be inlined. |
| |
289 */ |
| 287 #define CX_INLINE static inline |
290 #define CX_INLINE static inline |
| 288 #endif |
291 #endif |
| 289 /** |
292 /** |
| 290 * Declares a compatibility function for C++ builds. |
293 * Declares a compatibility function for C++ builds. |
| 291 */ |
294 */ |