cleantmp.c - protect against double definition of NDEBUG

This commit is contained in:
Ben Gras 2011-02-16 19:04:29 +00:00
parent 287fee89cb
commit d6e6ee3043

View file

@ -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 */