summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-01-04 21:29:10 -0700
committerKarl Williamson <khw@cpan.org>2015-01-13 12:01:02 -0700
commitd262c0c7f39a7648b418423cba7b24c6e638c4ee (patch)
tree20ed71b4f2cbd47d7546f8d54b4401448ec72faf /op.h
parenta4fbcc27c3bd768277fb2cfbb312f8ada31e3440 (diff)
downloadperl-d262c0c7f39a7648b418423cba7b24c6e638c4ee.tar.gz
Reserve a bit for 'the re strict subpragma.
This is another step in the process
Diffstat (limited to 'op.h')
-rw-r--r--op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.h b/op.h
index 1c001684e0..624fa1647d 100644
--- a/op.h
+++ b/op.h
@@ -319,7 +319,7 @@ struct pmop {
* allocate off the low end until you get to PMf_BASE_SHIFT+0. If that isn't
* enough, move PMf_BASE_SHIFT down (if possible) and add the new bit at the
* other end instead; this preserves binary compatibility. */
-#define PMf_BASE_SHIFT (_RXf_PMf_SHIFT_NEXT+3)
+#define PMf_BASE_SHIFT (_RXf_PMf_SHIFT_NEXT+2)
/* 'use re "taint"' in scope: taint $1 etc. if target tainted */
#define PMf_RETAINT (1U<<(PMf_BASE_SHIFT+5))