aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keeper.c')
-rw-r--r--src/keeper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keeper.c b/src/keeper.c
index 3511b56..848fe2a 100644
--- a/src/keeper.c
+++ b/src/keeper.c
@@ -572,7 +572,7 @@ char const* init_keepers( lua_State* L, int _on_state_create, int const _nbKeepe
572 // 572 //
573 // 'io' for debugging messages, 'package' because we need to require modules exporting idfuncs 573 // 'io' for debugging messages, 'package' because we need to require modules exporting idfuncs
574 // the others because they export functions that we may store in a keeper for transfer between lanes 574 // the others because they export functions that we may store in a keeper for transfer between lanes
575 K = luaG_newstate( L, _on_state_create, "*"); 575 K = luaG_newstate( L, _on_state_create, "K");
576 576
577 STACK_CHECK( K); 577 STACK_CHECK( K);
578 578