[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua_getfield(L, LUA_GLOBALSINDEX, "debug.traceback");
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 3 Feb 2006 09:12:21 -0200
> I found that lua-5.1-work6 has the function "luaL_getfield", but
> lua-5.1-alpha doesn't have it.
Try luaL_findtable (which unfortunately does not appear in the reference
manual).