Tidy build for OpenBSD
[exim.git] / src / src / macros.h
index 82d373b11275507d0d1cead34fd36c4f9e86175e..71e8ea4bf3d287652a44e34d1d52ecb1f368f10c 100644 (file)
@@ -107,8 +107,8 @@ don't make the file descriptors two-way. */
 
 /* Debugging control */
 
-#define DEBUG(x)      if ((debug_selector & (x)) != 0)
-#define HDEBUG(x)     if (host_checking || (debug_selector & (x)) != 0)
+#define DEBUG(x)      if (debug_selector & (x))
+#define HDEBUG(x)     if (host_checking || (debug_selector & (x)))
 
 #define PTR_CHK(ptr) \
 do { \