Home
last modified time | relevance | path

Searched refs:lua_longassert (Results 1 – 3 of 3) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dllimits.h91 #define lua_longassert(c) { if (!(c)) lua_assert(0); } macro
95 #define lua_longassert(c) ((void)0) macro
H A Dlobject.h191 lua_longassert(!iscollectable(obj) || \
H A Dlgc.c84 lua_longassert(!iscollectable(obj) || righttt(obj))