darling-corefoundation/macros.h
2017-02-28 17:50:29 +01:00

6 lines
142 B
C

#define RELEASE_LOG(fmt, ...)
#define DEBUG_LOG(fmt, ...)
#define DEBUG_BREAK() __builtin_trap()
#define UNLIKELY(x) __builtin_expect((x),0)