The position of the modifier flag bits is actually encoded by a right
authorNicholas Clark <nick@ccl4.org>
Sat, 29 Dec 2007 15:11:04 +0000 (15:11 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 29 Dec 2007 15:11:04 +0000 (15:11 +0000)
commit14f3b9f2b06052c35a95062569fb2799771d1e2b
treeefcd2f9d5d32c632dcef20f56a1e4dfc8d6d6e96
parentc0bacbefa7e93e425666c0c5f655c48e3ae97edf
The position of the modifier flag bits is actually encoded by a right
shift 12 in two places, so replace that magic number with a macro
RXf_PMf_STD_PMMOD_SHIFT defined adjacent to the flags it interacts
with.

p4raw-id: //depot/perl@32774
ext/re/re.xs
regcomp.c
regexp.h