aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lanes.cpp')
-rw-r--r--src/lanes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes.cpp b/src/lanes.cpp
index f1b5884..b096774 100644
--- a/src/lanes.cpp
+++ b/src/lanes.cpp
@@ -723,7 +723,7 @@ LUAG_FUNC(configure)
723 STACK_CHECK(L_, 2); 723 STACK_CHECK(L_, 2);
724 724
725 // prepare the metatable for threads 725 // prepare the metatable for threads
726 // contains keys: { __gc, __index, cancel, join, get_debug_threadname } 726 // contains keys: { __gc, __index, cancel, join, get_threadname }
727 Lane::PushMetatable(L_); // L_: settings M {lane_mt} 727 Lane::PushMetatable(L_); // L_: settings M {lane_mt}
728 lua_pushcclosure(L_, LG_lane_new, 1); // L_: settings M lane_new 728 lua_pushcclosure(L_, LG_lane_new, 1); // L_: settings M lane_new
729 lua_setfield(L_, -2, "lane_new"); // L_: settings M 729 lua_setfield(L_, -2, "lane_new"); // L_: settings M