@@ -253,7 +253,7 @@ Proto *luaF_newproto (lua_State *L) {
f->upvalues=NULL;
f->sizeupvalues=0;
f->numparams=0;
f->is_vararg=0;
f->flag=0;
f->maxstacksize=0;
f->locvars=NULL;
f->sizelocvars=0;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.