projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added a preImage of the selection in order to avoid unnecessary events being triggered
[wxWidgets.git]
/
src
/
regex
/
regexec.c
diff --git
a/src/regex/regexec.c
b/src/regex/regexec.c
index a1037648e793e59c47ee1c408bcc0273006c9304..7e314950e7501cf7f88904aeb7e0368ec7d47d1e 100644
(file)
--- a/
src/regex/regexec.c
+++ b/
src/regex/regexec.c
@@
-11,7
+11,7
@@
#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"