Re: No lfs for 5.2 yet?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: No lfs for 5.2 yet?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 3 Aug 2011 17:48:09 -0300
> I'm sorely missing lfs for Lua 5.2.
lfs works fine for Lua 5.2 after simply adding these two lines at the
end of luaconf.h and rebuilding Lua 5.2:
#define LUA_COMPAT_MODULE
#define luaL_reg luaL_Reg