cleantmp.c - protect against double definition of NDEBUG
This commit is contained in:
parent
287fee89cb
commit
d6e6ee3043
1 changed files with 2 additions and 0 deletions
|
@ -22,8 +22,10 @@
|
|||
#endif
|
||||
|
||||
#ifndef DEBUG
|
||||
#ifndef NDEBUG
|
||||
#define NDEBUG
|
||||
#endif
|
||||
#endif
|
||||
#include <assert.h>
|
||||
|
||||
#define SEC_DAY (24 * 3600L) /* A full day in seconds */
|
||||
|
|
Loading…
Reference in a new issue