Re: Documented return type for luaL_newlib is wrong
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Documented return type for luaL_newlib is wrong
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2012年10月11日 16:33:13 -0300
> > The web manual for luaL_newlib declares a return type of int. However, in
> > actuality is has a void return type, because the comma expression takes its
> > type from luaL_setfuncs.
>
> Thanks for the correction.
(BTW, luaL_newlibtable has a similar problem.)
-- Roberto