|
> 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. Thanks for the feedback. -- Roberto