lua-users home
lua-l archive

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


On Sun, Jan 22, 2012 at 10:26 AM, Enrico Colombini <erix@erix.it> wrote:
> Does LuaFileSystem work (fully? partially?) with Lua 5.2?

It was very easy to rebuild, I remember. luaL_reg to luaL_Reg (which
is Lua 5.0 deprecated feature anyway) and replace luaL_register.

steve d.