aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lanes.c')
-rw-r--r--src/lanes.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lanes.c b/src/lanes.c
index ca2b53a..3705e4d 100644
--- a/src/lanes.c
+++ b/src/lanes.c
@@ -1993,6 +1993,9 @@ LUAG_FUNC( configure)
1993 push_unique_key( L, CANCEL_ERROR); // settings M CANCEL_ERROR 1993 push_unique_key( L, CANCEL_ERROR); // settings M CANCEL_ERROR
1994 lua_setfield( L, -2, "cancel_error"); // settings M 1994 lua_setfield( L, -2, "cancel_error"); // settings M
1995 1995
1996 push_unique_key( L, NIL_SENTINEL); // settings M NIL_SENTINEL
1997 lua_setfield( L, -2, "null"); // settings M
1998
1996 STACK_MID( L, 2); // reference stack contains only the function argument 'settings' 1999 STACK_MID( L, 2); // reference stack contains only the function argument 'settings'
1997 // we'll need this every time we transfer some C function from/to this state 2000 // we'll need this every time we transfer some C function from/to this state
1998 REGISTRY_SET( L, LOOKUP_REGKEY, lua_newtable( L)); 2001 REGISTRY_SET( L, LOOKUP_REGKEY, lua_newtable( L));