lua-users home
lua-l archive

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


> 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