[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: 5.2 and 5.1
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 9 Apr 2013 08:09:10 -0300
> 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.