lua-users home
lua-l archive

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


> As for recompiling for 5.2, it's not difficult with a few #ifdefs,
> especially if Lua 5.2 is compiled with the 5.1 compat flags (the default).

Note that the compat flags are on by default only in the Makefile from
lua.org. If you embed Lua 5.2, you'll have to turn them on yourself. In
this case, that'll be a good time to think about what compatibility you
do want.