]> granicus.if.org Git - php/commitdiff
POSIX_MISTAKE is enabled by default.
authorSascha Schumann <sas@php.net>
Sat, 9 Oct 1999 16:44:39 +0000 (16:44 +0000)
committerSascha Schumann <sas@php.net>
Sat, 9 Oct 1999 16:44:39 +0000 (16:44 +0000)
ext/ereg/regex/regcomp.c
regex/regcomp.c

index 7f651bf845f645463b5cf0309115147c2ccf6a42..b481be0f55d7b388d19c7eaf02fb3ca6f8a11587 100644 (file)
@@ -6,6 +6,8 @@
 #include <stdlib.h>
 #include <regex.h>
 
+#define POSIX_MISTAKE
+
 #include "utils.h"
 #include "regex2.h"
 
index 7f651bf845f645463b5cf0309115147c2ccf6a42..b481be0f55d7b388d19c7eaf02fb3ca6f8a11587 100644 (file)
@@ -6,6 +6,8 @@
 #include <stdlib.h>
 #include <regex.h>
 
+#define POSIX_MISTAKE
+
 #include "utils.h"
 #include "regex2.h"