aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keeper.h')
-rw-r--r--src/keeper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/keeper.h b/src/keeper.h
index 62d9ec8..a902caa 100644
--- a/src/keeper.h
+++ b/src/keeper.h
@@ -40,7 +40,6 @@ struct Keepers
40// xxh64 of string "kNilSentinel" generated at https://www.pelock.com/products/hash-calculator 40// xxh64 of string "kNilSentinel" generated at https://www.pelock.com/products/hash-calculator
41static constexpr UniqueKey kNilSentinel{ 0xC457D4EDDB05B5E4ull, "lanes.null" }; 41static constexpr UniqueKey kNilSentinel{ 0xC457D4EDDB05B5E4ull, "lanes.null" };
42 42
43void keeper_toggle_nil_sentinels(lua_State* L_, int start_, LookupMode const mode_);
44[[nodiscard]] int keeper_push_linda_storage(Linda& linda_, DestState L_); 43[[nodiscard]] int keeper_push_linda_storage(Linda& linda_, DestState L_);
45 44
46using keeper_api_t = lua_CFunction; 45using keeper_api_t = lua_CFunction;