summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2009-10-19 22:49:53 +0200
committerYves Orton <demerphq@gmail.com>2009-10-19 22:56:47 +0200
commit2e84be61fa7eefd83460cbe9147cdd734e6da947 (patch)
tree64c011d8c871aae27f16d4b0db04cb8ffeda97fb /regcomp.h
parentd1eb31775715b0fcd7f36308da961c0698205d9f (diff)
downloadperl-2e84be61fa7eefd83460cbe9147cdd734e6da947.tar.gz
revert to 5.8.x semantics for \s \w and \d
revert ba9ac1759cb6e7a5e6883c85edd0b450061b5ccb Changing the semantics of \w \s and \d breaks too much and Jesse wants to do a rollout. This disables the new semantics until we can get all the details worked out.
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.h b/regcomp.h
index a1aba15810..20b4401ed2 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -35,7 +35,7 @@ typedef OP OP_4tree; /* Will be redefined later. */
*
* -demerphq
*/
-#define PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS 0
+#define PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS 1
/* Should the optimiser take positive assertions into account? */
#define PERL_ENABLE_POSITIVE_ASSERTION_STUDY 0