aboutsummaryrefslogtreecommitdiff
path: root/lstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.c')
-rw-r--r--lstate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lstate.c b/lstate.c
index 01393c41..a4379f93 100644
--- a/lstate.c
+++ b/lstate.c
@@ -391,7 +391,6 @@ LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) {
391 g->totalobjs = 1; 391 g->totalobjs = 1;
392 g->marked = 0; 392 g->marked = 0;
393 g->GCdebt = 0; 393 g->GCdebt = 0;
394 g->lastatomic = 0;
395 setivalue(&g->nilvalue, 0); /* to signal that state is not yet built */ 394 setivalue(&g->nilvalue, 0); /* to signal that state is not yet built */
396 setgcparam(g->gcpause, LUAI_GCPAUSE); 395 setgcparam(g->gcpause, LUAI_GCPAUSE);
397 setgcparam(g->gcstepmul, LUAI_GCMUL); 396 setgcparam(g->gcstepmul, LUAI_GCMUL);