diff options
author | Karl Williamson <khw@cpan.org> | 2015-01-04 21:29:10 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-01-13 12:01:02 -0700 |
commit | d262c0c7f39a7648b418423cba7b24c6e638c4ee (patch) | |
tree | 20ed71b4f2cbd47d7546f8d54b4401448ec72faf /regexp.h | |
parent | a4fbcc27c3bd768277fb2cfbb312f8ada31e3440 (diff) | |
download | perl-d262c0c7f39a7648b418423cba7b24c6e638c4ee.tar.gz |
Reserve a bit for 'the re strict subpragma.
This is another step in the process
Diffstat (limited to 'regexp.h')
-rw-r--r-- | regexp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -391,7 +391,7 @@ and check for NULL. * For the regexp bits, PL_reg_extflags_name[] in regnodes.h has a comment * giving which bits are used/unused */ -#define RXf_BASE_SHIFT (_RXf_PMf_SHIFT_NEXT + 3) +#define RXf_BASE_SHIFT (_RXf_PMf_SHIFT_NEXT + 2) /* What we have seen */ #define RXf_NO_INPLACE_SUBST (1U<<(RXf_BASE_SHIFT+2)) |