lua-users home
lua-l archive

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


Sebastian Rohde wrote:
we are porting our Scriptmodule from LUA 5.0.2 to 5.1 and found that there is no LUA_USERSPACE anymore. Can anybody tell me what is the suggested way to associate extra data (namely a pointer) with the lua_State is?

See LUAI_EXTRASPACE in luaconf.h

--
Shmuel