aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lanes.c')
-rw-r--r--src/lanes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lanes.c b/src/lanes.c
index eebe06a..3e906c0 100644
--- a/src/lanes.c
+++ b/src/lanes.c
@@ -2303,6 +2303,7 @@ static const struct luaL_reg lanes_functions [] = {
2303 {"linda", LG_linda}, 2303 {"linda", LG_linda},
2304 {"now_secs", LG_now_secs}, 2304 {"now_secs", LG_now_secs},
2305 {"wakeup_conv", LG_wakeup_conv}, 2305 {"wakeup_conv", LG_wakeup_conv},
2306 {"nameof", luaG_nameof},
2306 {"_single", LG__single}, 2307 {"_single", LG__single},
2307 {NULL, NULL} 2308 {NULL, NULL}
2308}; 2309};