lua-users home
lua-l archive

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


> It's never a good idea to export an internal structure. Especially
> not, if it's allocated externally. You cannot add an element or
> increase the struct size without breaking the ABI.

Usually new Lua versions break the ABI in several other ways, so
that does not seem a big problem.


> You already made that mistake with lua_Debug, please don't make it
> again.

What was (is) the problem with lua_Debug?

-- Roberto