[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: upcoming changes in Lua 5.2 [was Re: Location of a package]
- From: "David Burgess" <dburgess@...>
- Date: Wed, 20 Feb 2008 06:35:01 +1100
Can you add
lua_State* mL= luaL_getmainthread(L); // returns the main lua state
to the list?