Re: [ANN] Lua 5.2.0 (rc6) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (rc6) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 8 Dec 2011 13:58:28 -0200
> 2011年12月7日 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
>
> > We expect this release candidate to be the final version of Lua 5.2.0,
> > unless serious glitches are found soon.
>
> Just a question: I noticed that LUA_FILEHANDLE is defined in both lualib.h
> and lauxlib.h. is it by design?
No. We removed the extra definition in rc7. Thanks for the report.
-- Roberto