summaryrefslogtreecommitdiff
path: root/regex
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-10-09 16:44:39 +0000
committerSascha Schumann <sas@php.net>1999-10-09 16:44:39 +0000
commit8090041fbbf7d81be0c5f0456041b93c081e18dd (patch)
tree3925fd1f6b343075da6e8d33fbd9cd97228ddce4 /regex
parenta19f5933d57aa3bf1b50e6e752aa9b19beef7cc5 (diff)
downloadphp-git-8090041fbbf7d81be0c5f0456041b93c081e18dd.tar.gz
POSIX_MISTAKE is enabled by default.
Diffstat (limited to 'regex')
-rw-r--r--regex/regcomp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/regex/regcomp.c b/regex/regcomp.c
index 7f651bf845..b481be0f55 100644
--- a/regex/regcomp.c
+++ b/regex/regcomp.c
@@ -6,6 +6,8 @@
#include <stdlib.h>
#include <regex.h>
+#define POSIX_MISTAKE
+
#include "utils.h"
#include "regex2.h"