projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
replaced SetName() with SetText()
[wxWidgets.git]
/
src
/
regex
/
regexec.c
diff --git
a/src/regex/regexec.c
b/src/regex/regexec.c
index dcb11b285c0cf99c3817394cb1d52199047ec085..7e314950e7501cf7f88904aeb7e0368ec7d47d1e 100644
(file)
--- a/
src/regex/regexec.c
+++ b/
src/regex/regexec.c
@@
-11,12
+11,14
@@
#include <string.h>
#include <limits.h>
#include <ctype.h>
#include <string.h>
#include <limits.h>
#include <ctype.h>
-#include
<regex.h>
+#include
"regex.h"
#include "utils.h"
#include "regex2.h"
#include "utils.h"
#include "regex2.h"
-static int nope = 0; /* for use in asserts; shuts lint up */
+#ifdef REDEBUG
+static int nope = 0; /* for use in asserts; shuts lint up */
+#endif
/* macros for manipulating states, small version */
#define states unsigned
/* macros for manipulating states, small version */
#define states unsigned