lua-users home
lua-l archive

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


Hello list,


I've found a small error in the 5.4 online manual.
The function declaration of luaL_typeerror [1] has a 'const char *' return type.
The return type should be an integer, like it is for lua_error and luaL_error.

-- Jasper

[1] http://www.lua.org/manual/5.4/manual.html#luaL_typeerror