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 504313d6..bf669bec 100644
--- a/lstate.c
+++ b/lstate.c
@@ -104,6 +104,7 @@ LUA_API lua_State *lua_newthread (lua_State *OL, int stacksize) {
104 } 104 }
105 } 105 }
106 if (OL) lua_unlock(OL); 106 if (OL) lua_unlock(OL);
107 lua_userstateopen(L);
107 return L; 108 return L;
108} 109}
109 110