diff options
author | Yves Orton <demerphq@gmail.com> | 2009-10-19 22:49:53 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2009-10-19 22:56:47 +0200 |
commit | 2e84be61fa7eefd83460cbe9147cdd734e6da947 (patch) | |
tree | 64c011d8c871aae27f16d4b0db04cb8ffeda97fb /regcomp.h | |
parent | d1eb31775715b0fcd7f36308da961c0698205d9f (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |