projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44cbb7c
)
regex: win32 can have STRICT defined
author
Marko Kreen
<markokr@gmail.com>
Mon, 6 Sep 2010 05:19:14 +0000
(08:19 +0300)
committer
Marko Kreen
<markokr@gmail.com>
Mon, 6 Sep 2010 05:19:14 +0000
(08:19 +0300)
usual/regex.c
patch
|
blob
|
blame
|
history
diff --git
a/usual/regex.c
b/usual/regex.c
index a3a3c6c351fd84f3f4c36a6929bf9490df5b6b0c..479c3c479021848c225e98ea8b0c1a78d5591488 100644
(file)
--- a/
usual/regex.c
+++ b/
usual/regex.c
@@
-46,6
+46,8
@@
#include <string.h>
#include <stdio.h>
+#undef STRICT
+
/* either dynamic or static decision */
#define STRICT (ctx->strict)