]> Zhao Yanbai Git Server - minix.git/commitdiff
cleantmp.c - protect against double definition of NDEBUG
authorBen Gras <ben@minix3.org>
Wed, 16 Feb 2011 19:04:29 +0000 (19:04 +0000)
committerBen Gras <ben@minix3.org>
Wed, 16 Feb 2011 19:04:29 +0000 (19:04 +0000)
commands/cleantmp/cleantmp.c

index 3c4d5a9c663c8979e1813584bfa23d24b76ee134..a6018fde6899b89ff48fa84cff4369890c1a7162 100644 (file)
 #endif
 
 #ifndef DEBUG
+#ifndef NDEBUG
 #define NDEBUG
 #endif
+#endif
 #include <assert.h>
 
 #define SEC_DAY        (24 * 3600L)    /* A full day in seconds */