Searched refs:luaL_typeerror (Results 1 – 2 of 2) sorted by relevance
96 #define luaL_typeerror luaL_typerror macro133 #define luaL_typeerror dll_luaL_typeerror macro483 luaL_typeerror(lua_State *L, int narg, const char *tname) in luaL_typeerror() function541 if (p == NULL) luaL_typeerror(L, ud, tname); in luaV_checkudata()
48559 Solution: Use luaL_typeerror instead defining it. (closes #6454)