aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lanes.cpp')
-rw-r--r--src/lanes.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lanes.cpp b/src/lanes.cpp
index 4373aee..024ac67 100644
--- a/src/lanes.cpp
+++ b/src/lanes.cpp
@@ -907,6 +907,9 @@ LANES_API int luaopen_lanes_core(lua_State* const L_)
907 // will do nothing on first invocation, as we haven't stored settings in the registry yet 907 // will do nothing on first invocation, as we haven't stored settings in the registry yet
908 lua_setfield(L_, -3, "settings"); // L_: M LG_configure() 908 lua_setfield(L_, -3, "settings"); // L_: M LG_configure()
909 lua_setfield(L_, -2, "configure"); // L_: M 909 lua_setfield(L_, -2, "configure"); // L_: M
910 // lanes.null can be used for some configure settings, expose it now
911 kNilSentinel.pushKey(L_); // L_: M kNilSentinel
912 lua_setfield(L_, -2, "null"); // L_: M
910 } 913 }
911 914
912 STACK_CHECK(L_, 1); 915 STACK_CHECK(L_, 1);