diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-02-02 17:48:56 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-02-14 08:41:38 -0700 |
commit | df7a846035e6969f5e1c298976888d5cc7878d25 (patch) | |
tree | 166edd6f5ecc35bcf1a79324fc96df717715fd8b /op.h | |
parent | 5b67c30a31044c5d4e88d3f815fdfdf86649016b (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |