seqlua

changeset 16:040a0ca089c1

Removed disabled luaL_checktype(L, 1, LUA_TFUNCTION) call in seqlua.c
author jbe
date Wed Aug 20 06:38:22 2014 +0200 (2014-08-20)
parents a95fbd16473f
children 12a7a8f5a77d
files seqlua.c
line diff
     1.1 --- a/seqlua.c	Wed Aug 20 06:33:18 2014 +0200
     1.2 +++ b/seqlua.c	Wed Aug 20 06:38:22 2014 +0200
     1.3 @@ -20,7 +20,6 @@
     1.4  }
     1.5  
     1.6  static int seqlua_ipairsaux_func(lua_State *L) {
     1.7 -  //luaL_checktype(L, 1, LUA_TFUNCTION);
     1.8    lua_pushinteger(L, luaL_checkinteger(L, 2) + 1);
     1.9    lua_insert(L, 1);
    1.10    lua_settop(L, 2);

Impressum / About Us