aboutsummaryrefslogtreecommitdiff
path: root/src/tools.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools.hpp')
-rw-r--r--src/tools.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tools.hpp b/src/tools.hpp
index 51cbb9b..c555344 100644
--- a/src/tools.hpp
+++ b/src/tools.hpp
@@ -37,7 +37,6 @@ namespace tools {
37 void PopulateFuncLookupTable(lua_State* L_, StackIndex i_, std::string_view const& name_); 37 void PopulateFuncLookupTable(lua_State* L_, StackIndex i_, std::string_view const& name_);
38 [[nodiscard]] 38 [[nodiscard]]
39 std::string_view PushFQN(lua_State* L_, StackIndex t_); 39 std::string_view PushFQN(lua_State* L_, StackIndex t_);
40 [[nodiscard]] 40 void PushFunctionBytecode(SourceState L1_, DestState L2_, int strip_);
41 int PushFunctionBytecode(lua_State* L_, int strip_);
42 void SerializeRequire(lua_State* L_); 41 void SerializeRequire(lua_State* L_);
43} // namespace tools 42} // namespace tools