lua-users home
lua-l archive

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


I believe the answer is that you've redefined the globals for C functions
but you haven't changed the global environment for the compiled chunk.

Mark