lua-users home
lua-l archive

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


On Fri, May 21, 2010 at 11:19 AM, Jerome Vuarand
<jerome.vuarand@gmail.com> wrote:
> Also I'm a bit surprised by point 54: luaL_typerror wasn't really a
> typo, but rather a contraction. It was consistent with luaL_argerror
> (instead of luaL_argumenterror) in having 3 characters between "luaL_" and "error".

It is inconsistent though with lua_typename and other usages (e.g.
lua_type, luaL_checktype, and type(o)).