aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.c
diff options
context:
space:
mode:
authorBenoit 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
committerBenoit 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
commit623a8f48a624510a0461b0893da647e22e08cdd7 (patch)
treed414e72f4dedb4d196a24a9b0adc8c4393bbd46c /src/keeper.c
parentf823c6887e28c815234f8b4bd355887b4f554857 (diff)
downloadlanes-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.c2
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