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