Merge btb:pulls/21 into unification/master

This commit is contained in:
Kp 2014-12-24 03:31:42 +00:00
commit 78c3a6b770

View file

@ -62,6 +62,10 @@ void Error(const char *func, unsigned line, const char *fmt,...) __noreturn __at
#endif
/* Allow macro override */
#if defined __GNUC__
__attribute__((always_inline))
#endif
static inline void d_debugbreak()
{
/* If NDEBUG, expand to nothing */