summaryrefslogtreecommitdiff
path: root/ldo.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldo.c')
-rw-r--r--ldo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ldo.c b/ldo.c
index f28dca44..4e7722e3 100644
--- a/ldo.c
+++ b/ldo.c
@@ -215,7 +215,6 @@ static void f_parser (lua_State *L, void *ud) {
215 Proto *tf = p->bin ? luaU_undump(L, p->z) : luaY_parser(L, p->z); 215 Proto *tf = p->bin ? luaU_undump(L, p->z) : luaY_parser(L, p->z);
216 Closure *cl = luaF_newLclosure(L, 0); 216 Closure *cl = luaF_newLclosure(L, 0);
217 cl->l.p = tf; 217 cl->l.p = tf;
218 luaF_LConlist(L, cl);
219 setclvalue(L->top, cl); 218 setclvalue(L->top, cl);
220 incr_top; 219 incr_top;
221} 220}