[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work1) now available
- From: Peter Cawley <lua@...>
- Date: Sun, 10 Jan 2010 11:02:01 +0000
On Fri, Jan 8, 2010 at 8:49 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> All feedback welcome. Thanks.
> --lhf
lauxlib.h still includes a definition of luaI_openlib (aka.
luaL_openlib under 5.1 + compatibility), but an implementation is not
provided, resulting in errors at link time. I suspect that the
definition should be removed, thus moving the error to compile time.