diff options
Diffstat (limited to 'lstate.c')
-rw-r--r-- | lstate.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||