]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regguts.h
fix some more improper widget casts
[wxWidgets.git] / src / regex / regguts.h
index 36e5092367799552ad3d55ead4e996f0c5c795d4..ec1b8aa22116739cb22b193375f1ed6f14dd1115 100644 (file)
@@ -37,8 +37,6 @@
  */
 #include "regcustom.h"
 
-
-
 /*
  * Things that regcustom.h might override.
  */
 /* assertions */
 #ifndef assert
 #      ifndef REG_DEBUG
+#      ifndef NDEBUG
 #      define  NDEBUG          /* no assertions */
 #      endif
+#      endif
 #include <assert.h>
 #endif