lua-users home
lua-l archive

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


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