lua-users home
lua-l archive

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



On Aug 3, 2009, at 8:15 AM, Juris Kalnins wrote:

two lines marked with /**/ are removed. However, LUA_ENVIRONINDEX behaves differently than with the original. The question is how much trouble this difference can cause in practice, i.e. how widely is LUA_ENVIRONINDEX used by existing libraries?

My libraries use LUA_ENVIRONINDEX to maintain a Per-Thread Library Context (see Lua Gems, Chapter 1).

e