lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


LUA_API int lua_pcall(lua_State *L, int nargs, int nresults, int errfunc);

May Mike Pall explain where errfunc is stored in frame? I cannot
figure out it when digging into source code of LJ2.