diff options
author | Karl Williamson <khw@cpan.org> | 2014-10-22 12:38:20 -0600 |
---|---|---|
committer | Matthew Horsfall <wolfsage@gmail.com> | 2014-12-28 09:34:03 -0500 |
commit | e3b64d84f2a2d0eace596457dba25ca4974384e5 (patch) | |
tree | eba8ea930fb67b9553bf33a7e68d57349b98dded /regexp.h | |
parent | 4d25f022879459bbce407d5dff37fc799b7dcd68 (diff) | |
download | perl-e3b64d84f2a2d0eace596457dba25ca4974384e5.tar.gz |
Create bit for /n.
Diffstat (limited to 'regexp.h')
-rw-r--r-- | regexp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |