summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-02 17:48:56 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-14 08:41:38 -0700
commitdf7a846035e6969f5e1c298976888d5cc7878d25 (patch)
tree166edd6f5ecc35bcf1a79324fc96df717715fd8b /op.h
parent5b67c30a31044c5d4e88d3f815fdfdf86649016b (diff)
downloadperl-df7a846035e6969f5e1c298976888d5cc7878d25.tar.gz
Initial setup to accommodate /aa regex modifier
This changes the bits to add a new charset type for /aa, and other bookkeeping for it.
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 43be1f7127..35aa48d54c 100644
--- a/op.h
+++ b/op.h
@@ -367,7 +367,7 @@ struct pmop {
/* Leave some space, so future bit allocations can go either in the shared or
* unshared area without affecting binary compatibility */
-#define PMf_BASE_SHIFT (_RXf_PMf_SHIFT_NEXT+7)
+#define PMf_BASE_SHIFT (_RXf_PMf_SHIFT_NEXT+6)
/* taint $1 etc. if target tainted */
#define PMf_RETAINT (1<<(PMf_BASE_SHIFT+0))