[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work3) now available
- From: Bruno Silvestre <bruno.silvestre@...>
- Date: Wed, 19 May 2010 14:11:01 -0300
Hi,
in the manual, the signature of lua_absindex() is wrong. The function
should return 'int'.
void lua_absindex (lua_State *L, int idx);
--
bruno