提交 6bce3f10 authored 作者: Shane Bryldt's avatar Shane Bryldt

FS-10167: Small fix to the simclist.c assertion guards after having copied the…

FS-10167: Small fix to the simclist.c assertion guards after having copied the latest from the source git again in the last patch.
上级 88660290
...@@ -45,8 +45,10 @@ ...@@ -45,8 +45,10 @@
/* disable asserts */ /* disable asserts */
#ifndef SIMCLIST_DEBUG #ifndef SIMCLIST_DEBUG
#ifndef NDEBUG
#define NDEBUG #define NDEBUG
#endif #endif
#endif
#include <assert.h> #include <assert.h>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论