projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't leak m_protocol in wxURL.
[wxWidgets.git]
/
src
/
regex
/
regguts.h
diff --git
a/src/regex/regguts.h
b/src/regex/regguts.h
index 36e5092367799552ad3d55ead4e996f0c5c795d4..ec1b8aa22116739cb22b193375f1ed6f14dd1115 100644
(file)
--- a/
src/regex/regguts.h
+++ b/
src/regex/regguts.h
@@
-37,8
+37,6
@@
*/
#include "regcustom.h"
-
-
/*
* Things that regcustom.h might override.
*/
@@
-55,8
+53,10
@@
/* assertions */
#ifndef assert
# ifndef REG_DEBUG
+# ifndef NDEBUG
# define NDEBUG /* no assertions */
# endif
+# endif
#include <assert.h>
#endif