[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (rc7) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 8 Dec 2011 13:56:05 -0200
> 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" ? ;)
We only removed the redundancy. LUA_FILEHANDLE is already defined
in lauxlib.h (together with struct luaL_Stream).
-- Roberto