[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Documented return type for luaL_newlib is wrong
- From: William Ahern <william@...>
- Date: Wed, 10 Oct 2012 16:26:18 -0700
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.