lua-users home
lua-l archive

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


> > 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