lua-users home
lua-l archive

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


On 11/22/06, Mike Pall <mikelu-0611@mike.de> wrote:
Hi,

Ken Smith wrote:
> PANIC: unprotected error in call to Lua API
> (/usr/local/share/lua/5.1/strict.lua:19: attempt to index a nil value)

It's a bug/misfeature in strict.lua. See:

  http://lua-users.org/lists/lua-l/2006-11/msg00119.html

Thank you.  Is there any way to implement this workaround using the C API?

 Ken Smith