Searched defs:luaD_checkstack (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/lua/src/
H A Dldo.h16 #define luaD_checkstack(L,n) if (L->stack_last - L->top <= (n)) \ macro

Completed in 74 milliseconds