summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-01-04 21:29:10 -0700
committerKarl Williamson <khw@cpan.org>2015-01-13 12:01:02 -0700
commitd262c0c7f39a7648b418423cba7b24c6e638c4ee (patch)
tree20ed71b4f2cbd47d7546f8d54b4401448ec72faf /regexp.h
parenta4fbcc27c3bd768277fb2cfbb312f8ada31e3440 (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexp.h b/regexp.h
index 3348e17bec..eb114e9b92 100644
--- a/regexp.h
+++ b/regexp.h
@@ -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))