summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-10-22 12:38:20 -0600
committerMatthew Horsfall <wolfsage@gmail.com>2014-12-28 09:34:03 -0500
commite3b64d84f2a2d0eace596457dba25ca4974384e5 (patch)
treeeba8ea930fb67b9553bf33a7e68d57349b98dded /regexp.h
parent4d25f022879459bbce407d5dff37fc799b7dcd68 (diff)
downloadperl-e3b64d84f2a2d0eace596457dba25ca4974384e5.tar.gz
Create bit for /n.
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 81ae0a616b..10bae6e97b 100644
--- a/regexp.h
+++ b/regexp.h
@@ -388,7 +388,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 + 4)
+#define RXf_BASE_SHIFT (_RXf_PMf_SHIFT_NEXT + 3)
/* What we have seen */
#define RXf_NO_INPLACE_SUBST (1U<<(RXf_BASE_SHIFT+2))