Define RXf_SPLIT and RXf_SKIPWHITE as 0
authorFather Chrysostomos <sprout@cpan.org>
Thu, 11 Oct 2012 16:27:18 +0000 (09:27 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 12 Oct 2012 06:07:35 +0000 (23:07 -0700)
commitcccd1425414e6518c1fc8b7bcaccfb119320c513
tree07046ba848168413f876cc7c6c83b663c8eae8cc
parent26a745235f6f2b641f21239df4e7bfefc93119ca
Define RXf_SPLIT and RXf_SKIPWHITE as 0

They are on longer used in core, and we need room for more flags.

The only CPAN modules that use them check whether RXf_SPLIT is set
(which no longer happens) before setting RXf_SKIPWHITE (which is
ignored).
dump.c
regexp.h
regnodes.h