regex: win32 can have STRICT defined
authorMarko Kreen <markokr@gmail.com>
Mon, 6 Sep 2010 05:19:14 +0000 (08:19 +0300)
committerMarko Kreen <markokr@gmail.com>
Mon, 6 Sep 2010 05:19:14 +0000 (08:19 +0300)
usual/regex.c

index a3a3c6c351fd84f3f4c36a6929bf9490df5b6b0c..479c3c479021848c225e98ea8b0c1a78d5591488 100644 (file)
@@ -46,6 +46,8 @@
 #include <string.h>
 #include <stdio.h>
 
+#undef STRICT
+
 /* either dynamic or static decision */
 #define STRICT (ctx->strict)