aboutsummaryrefslogtreecommitdiff
path: root/src/debug.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/debug.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.hpp b/src/debug.hpp
index 39d106a..66541c0 100644
--- a/src/debug.hpp
+++ b/src/debug.hpp
@@ -30,7 +30,7 @@ inline void LUA_ASSERT_IMPL(lua_State* const L_, bool const cond_, std::string_v
30#define LUA_ASSERT(L_, cond_) LUA_ASSERT_IMPL(L_, (cond_) ? true : false, #cond_) 30#define LUA_ASSERT(L_, cond_) LUA_ASSERT_IMPL(L_, (cond_) ? true : false, #cond_)
31#define LUA_ASSERT_CODE(code_) code_ 31#define LUA_ASSERT_CODE(code_) code_
32 32
33class StackChecker 33class StackChecker final
34{ 34{
35 private: 35 private:
36 lua_State* const L; 36 lua_State* const L;