ck_cc: Expand LIKELY/UNLIKELY on unsupport compilers.

ck_pring
Samy Al Bahra 12 years ago
parent 23353395ba
commit 43f7a7692a

@ -78,11 +78,11 @@
#endif #endif
#ifndef CK_CC_LIKELY #ifndef CK_CC_LIKELY
#define CK_CC_LIKELY(x) #define CK_CC_LIKELY(x) x
#endif #endif
#ifndef CK_CC_UNLIKELY #ifndef CK_CC_UNLIKELY
#define CK_CC_UNLIKELY(x) #define CK_CC_UNLIKELY(x) x
#endif #endif
#endif /* _CK_CC_H */ #endif /* _CK_CC_H */

Loading…
Cancel
Save