diff options
author | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2013-09-27 20:34:51 +0200 |
---|---|---|
committer | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2013-09-27 20:34:51 +0200 |
commit | 623a8f48a624510a0461b0893da647e22e08cdd7 (patch) | |
tree | d414e72f4dedb4d196a24a9b0adc8c4393bbd46c /src/keeper.c | |
parent | f823c6887e28c815234f8b4bd355887b4f554857 (diff) | |
download | lanes-623a8f48a624510a0461b0893da647e22e08cdd7.tar.gz lanes-623a8f48a624510a0461b0893da647e22e08cdd7.tar.bz2 lanes-623a8f48a624510a0461b0893da647e22e08cdd7.zip |
version 3.6.6
no longer call core.configure with dummy params when requiring lanes
more than once (fixes potential multithreading issues with LuaJIT
allocator)
activated EnableCrashingOnCrashes() Win32 debug builds
fixed some comments in code
Diffstat (limited to 'src/keeper.c')
-rw-r--r-- | src/keeper.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keeper.c b/src/keeper.c index 8d9f7ec..bd232cd 100644 --- a/src/keeper.c +++ b/src/keeper.c | |||
@@ -572,8 +572,6 @@ char const* init_keepers( lua_State* L, int _on_state_create, int const _nbKeepe | |||
572 | lua_State* K; | 572 | lua_State* K; |
573 | DEBUGSPEW_CODE( fprintf( stderr, INDENT_BEGIN "### init_keepers %d BEGIN\n" INDENT_END, i)); | 573 | DEBUGSPEW_CODE( fprintf( stderr, INDENT_BEGIN "### init_keepers %d BEGIN\n" INDENT_END, i)); |
574 | DEBUGSPEW_CODE( ++ debugspew_indent_depth); | 574 | DEBUGSPEW_CODE( ++ debugspew_indent_depth); |
575 | // We need to load all base libraries in the keeper states so that the transfer databases are populated properly | ||
576 | // | ||
577 | // we don't need any libs in the keeper states | 575 | // we don't need any libs in the keeper states |
578 | K = luaG_newstate( L, _on_state_create, NULL); | 576 | K = luaG_newstate( L, _on_state_create, NULL); |
579 | 577 | ||