aboutsummaryrefslogtreecommitdiff
path: root/lstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.c')
-rw-r--r--lstate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lstate.c b/lstate.c
index 28853dc7..06fa13d7 100644
--- a/lstate.c
+++ b/lstate.c
@@ -301,6 +301,7 @@ static void preinit_thread (lua_State *L, global_State *g) {
301 L->openupval = NULL; 301 L->openupval = NULL;
302 L->status = LUA_OK; 302 L->status = LUA_OK;
303 L->errfunc = 0; 303 L->errfunc = 0;
304 L->oldpc = 0;
304} 305}
305 306
306 307