Searched refs:LUAI_MAXCSTACK (Results 1 – 2 of 2) sorted by relevance
49 #if !defined(LUAI_MAXCSTACK)50 #define LUAI_MAXCSTACK 2000 macro
399 g->Cstacklimit = L->nCcalls = LUAI_MAXCSTACK + CSTACKERR; in lua_newstate()