diff options
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -20,9 +20,7 @@ | |||
20 | 20 | ||
21 | 21 | ||
22 | /* turn on assertions */ | 22 | /* turn on assertions */ |
23 | #undef NDEBUG | 23 | #define LUAI_ASSERT |
24 | #include <assert.h> | ||
25 | #define lua_assert(c) assert(c) | ||
26 | 24 | ||
27 | 25 | ||
28 | 26 | ||