We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79953f commit 28c7e6bCopy full SHA for 28c7e6b
src/lanes.c
@@ -1993,6 +1993,9 @@ LUAG_FUNC( configure)
1993
push_unique_key( L, CANCEL_ERROR); // settings M CANCEL_ERROR
1994
lua_setfield( L, -2, "cancel_error"); // settings M
1995
1996
+ push_unique_key( L, NIL_SENTINEL); // settings M NIL_SENTINEL
1997
+ lua_setfield( L, -2, "null"); // settings M
1998
+
1999
STACK_MID( L, 2); // reference stack contains only the function argument 'settings'
2000
// we'll need this every time we transfer some C function from/to this state
2001
REGISTRY_SET( L, LOOKUP_REGKEY, lua_newtable( L));
0 commit comments