Home
last modified time | relevance | path

Searched refs:luaL_typeerror (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dif_lua.c96 #define luaL_typeerror luaL_typerror macro
133 #define luaL_typeerror dll_luaL_typeerror macro
483 luaL_typeerror(lua_State *L, int narg, const char *tname) in luaL_typeerror() function
541 if (p == NULL) luaL_typeerror(L, ud, tname); in luaV_checkudata()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt48559 Solution: Use luaL_typeerror instead defining it. (closes #6454)