diff options
author | Mike Pall <mike> | 2020-06-13 00:52:54 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2020-06-15 02:52:00 +0200 |
commit | 8ae5170cdc9c307bd81019b3e014391c9fd00581 (patch) | |
tree | ccf9f17035d0754c1758faee209e9a26b4e03418 /src/luaconf.h | |
parent | 8b55054473452963f24b01efb7c4cc72497c74ec (diff) | |
download | luajit-8ae5170cdc9c307bd81019b3e014391c9fd00581.tar.gz luajit-8ae5170cdc9c307bd81019b3e014391c9fd00581.tar.bz2 luajit-8ae5170cdc9c307bd81019b3e014391c9fd00581.zip |
Improve assertions.
Diffstat (limited to 'src/luaconf.h')
-rw-r--r-- | src/luaconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaconf.h b/src/luaconf.h index d422827a..18fb961d 100644 --- a/src/luaconf.h +++ b/src/luaconf.h | |||
@@ -136,7 +136,7 @@ | |||
136 | 136 | ||
137 | #define LUALIB_API LUA_API | 137 | #define LUALIB_API LUA_API |
138 | 138 | ||
139 | /* Support for internal assertions. */ | 139 | /* Compatibility support for assertions. */ |
140 | #if defined(LUA_USE_ASSERT) || defined(LUA_USE_APICHECK) | 140 | #if defined(LUA_USE_ASSERT) || defined(LUA_USE_APICHECK) |
141 | #include <assert.h> | 141 | #include <assert.h> |
142 | #endif | 142 | #endif |