diff options
author | Karl Williamson <khw@cpan.org> | 2014-09-17 17:55:16 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-09-29 11:07:40 -0600 |
commit | 334afb3ef43aa91a8701c4ca7e753a5ec8e71f88 (patch) | |
tree | 7355b93b5edae4cb09c3f2eda3935208a1b9c0c2 /op.h | |
parent | 9a7d4f5f5c4be53dfbc55ca52953e3794a5ef68a (diff) | |
download | perl-334afb3ef43aa91a8701c4ca7e753a5ec8e71f88.tar.gz |
Make space for /xx flag
This doesn't actually use the flag yet.
We no longer have to make version-dependent changes to
ext/Devel-Peek/t/Peek.t, (it being in /ext) so this doesn't
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -275,7 +275,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+5) +#define PMf_BASE_SHIFT (_RXf_PMf_SHIFT_NEXT+4) /* 'use re "taint"' in scope: taint $1 etc. if target tainted */ #define PMf_RETAINT (1<<(PMf_BASE_SHIFT+5)) |