FS-10167: Small fix to the simclist.c assertion guards after having copied the latest from the source git again in the last patch.
This commit is contained in:
parent
88660290d2
commit
6bce3f1022
|
@ -45,8 +45,10 @@
|
|||
|
||||
/* disable asserts */
|
||||
#ifndef SIMCLIST_DEBUG
|
||||
#ifndef NDEBUG
|
||||
#define NDEBUG
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue