diff options
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug.h b/src/debug.h index e199c3e..e96632d 100644 --- a/src/debug.h +++ b/src/debug.h | |||
@@ -113,8 +113,8 @@ class StackChecker | |||
113 | 113 | ||
114 | #else // HAVE_LUA_ASSERT() | 114 | #else // HAVE_LUA_ASSERT() |
115 | 115 | ||
116 | #define LUA_ASSERT(L_, c) nullptr // nothing | 116 | #define LUA_ASSERT(L_, c) ((void) 0) // nothing |
117 | #define LUA_ASSERT_CODE(code_) nullptr | 117 | #define LUA_ASSERT_CODE(code_) ((void) 0) |
118 | 118 | ||
119 | #define STACK_CHECK_START_REL(L_, offset_) | 119 | #define STACK_CHECK_START_REL(L_, offset_) |
120 | #define STACK_CHECK_START_ABS(L_, offset_) | 120 | #define STACK_CHECK_START_ABS(L_, offset_) |