seqlua

diff seqlualib.h @ 32:3ff7cec8d3ce

Do not respect __len metamethods
author jbe
date Sun Aug 24 00:00:43 2014 +0200 (2014-08-24)
parents 367fc70acc15
children 3362ec36cb09
line diff
     1.1 --- a/seqlualib.h	Sat Aug 23 23:35:10 2014 +0200
     1.2 +++ b/seqlualib.h	Sun Aug 24 00:00:43 2014 +0200
     1.3 @@ -6,7 +6,6 @@
     1.4    int idx;
     1.5    int itertype;
     1.6    lua_Integer i;
     1.7 -  lua_Integer len;
     1.8  } seqlua_Iterator;
     1.9  
    1.10  extern void seqlua_iterinit(lua_State *L, seqlua_Iterator *iter, int idx);

Impressum / About Us