lua-users home
lua-l archive

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


> Lua does, too. The feature in question spent the full duration of 5.2
> clearly marked as "deprecated" and was accordingly removed from the
> next major revision.

And if you really need compatibilty with Lua 5.1, you can even build
Lua 5.3 with LUA_COMPAT_5_1 on or just LUA_COMPAT_UNPACK.

See luaconf.h for all compatibility options.
Search for the section "Compatibility with previous versions".