ucx/cx/common.h

changeset 943
9b5948aa5b90
parent 870
e167cf006213
child 992
f421aef8f865
equal deleted inserted replaced
942:488178e3e328 943:9b5948aa5b90
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 */

mercurial