lua_longassert
#define lua_longassert(c) { if (!(c)) lua_assert(0); }
#define lua_longassert(c) ((void)0)