lua-users home
lua-l archive

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


On Thu, Dec 8, 2011 at 3:39 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> Lua 5.2.0 (rc7) is now available at
>        http://www.lua.org/work/lua-5.2.0-rc7.tar.gz

I see that LUA_FILEHANDLE is now longer in lualib.h.

So this is an official way of saying "Don't play with the inner
details of file objects" ? ;)

(which is wise, since LuaJIT has a different internal implementation)

steve d.