Searched refs:luaL_optinteger (Results 1 – 2 of 2) sorted by relevance
138 #define luaL_optinteger dll_luaL_optinteger macro1001 long pos = (long) luaL_optinteger(L, 3, 0); in luaV_list_insert()1520 linenr_T n = (linenr_T) luaL_optinteger(L, 3, last); in luaV_buffer_insert()
4270 Solution: use luaL_optinteger() instead of LuaL_optlong(). (Ken Takata)