Documented return type for luaL_newlib is wrong
[
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: 2012年10月10日 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.