lua-users home
lua-l archive

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


> More precisely: the 5.3 binary libraries can be linked with code
> written for the 5.2 API, and work most of the time.

But to be safe, recompile everything with the 5.3 headers.
Lua 5.2 and 5.3 will not necessarily be ABI compatible.
See http://www.lua.org/versions.html .