summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-10-22 12:38:20 -0600
committerMatthew Horsfall <wolfsage@gmail.com>2014-12-28 09:34:03 -0500
commite3b64d84f2a2d0eace596457dba25ca4974384e5 (patch)
treeeba8ea930fb67b9553bf33a7e68d57349b98dded /op.h
parent4d25f022879459bbce407d5dff37fc799b7dcd68 (diff)
downloadperl-e3b64d84f2a2d0eace596457dba25ca4974384e5.tar.gz
Create bit for /n.
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 80aac56d9b..1e4c9d9131 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+4)
+#define PMf_BASE_SHIFT (_RXf_PMf_SHIFT_NEXT+3)
/* 'use re "taint"' in scope: taint $1 etc. if target tainted */
#define PMf_RETAINT (1U<<(PMf_BASE_SHIFT+5))