Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dllimits.h118 #define lua_longassert(c) ((c) ? (void)0 : lua_assert(0)) macro
122 #define lua_longassert(c) ((void)0) macro
H A Dlobject.h111 ((void)L, lua_longassert(!iscollectable(obj) || \