]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/portab/portab.h
Make the debug loglevel always available
[ngircd-alex.git] / src / portab / portab.h
index 43f2f9070c20caa28cdeee403d80b177dfa95b91..ebe81b49ff9ca511dbfe410539351952ea6794d5 100644 (file)
@@ -19,6 +19,8 @@
 
 #include "config.h"
 
+/* remove assert() macro at compile time if DEBUG is not set. */
+
 #ifndef DEBUG
 # define NDEBUG
 #endif