diff options
Diffstat (limited to 'lstate.c')
-rw-r--r-- | lstate.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -320,7 +320,7 @@ LUA_API int lua_closethread (lua_State *L, lua_State *from) { | |||
320 | } | 320 | } |
321 | 321 | ||
322 | 322 | ||
323 | LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud, unsigned int seed) { | 323 | LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud, unsigned seed) { |
324 | int i; | 324 | int i; |
325 | lua_State *L; | 325 | lua_State *L; |
326 | global_State *g; | 326 | global_State *g; |