Author: Ghostwolf <foxxe@wtfs.net>
[ircu2.10.12-pk.git] / ircd / fda.c
index 6355a97e5cf45171c409173117564113d6171f96..e932ab3ff0eb70d04a2127b3dd94a443fcd35c89 100644 (file)
@@ -26,7 +26,7 @@
 #include <string.h>
 #include <time.h>
 
-#if !defined(NDEBUG)
+#if defined(MDEBUG)
 
 #ifndef HTABLE_SIZE
 #define HTABLE_SIZE 65539
@@ -650,5 +650,5 @@ char* fda_strdup(const char* src, const char* file, int line)
   return p;
 }
 
-#endif /* !defined(NDEBUG) */
+#endif /* defined(MDEBUG) */