cleantmp.c - protect against double definition of NDEBUG
This commit is contained in:
parent
287fee89cb
commit
d6e6ee3043
@ -22,8 +22,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef DEBUG
|
#ifndef DEBUG
|
||||||
|
#ifndef NDEBUG
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#define SEC_DAY (24 * 3600L) /* A full day in seconds */
|
#define SEC_DAY (24 * 3600L) /* A full day in seconds */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user