This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
move RXf_GPOS_SEEN and RXf_GPOS_FLOAT to intflags
authorYves Orton <yves.orton@booking.com>
Thu, 30 Jan 2014 10:35:02 +0000 (18:35 +0800)
committerYves Orton <yves.orton@booking.com>
Thu, 30 Jan 2014 17:45:34 +0000 (01:45 +0800)
commit58430ea8e40621565404595aac210ff61babed01
treeed36f239bb5bc183548b2854c7d3532b17a50ba7
parent0d331aaf61fba3b76c8d35852b94950c028661de
move RXf_GPOS_SEEN and RXf_GPOS_FLOAT to intflags

This required removing the RXf_GPOS_CHECK mask as it uses one flag
that will stay in extflags for now (RXf_ANCH_GPOS), and one flag that
moves to intflags (RXf_GPOS_SEEN). This mask is strange however, as
you cant have RXf_ANCH_GPOS without having RXf_GPOS_SEEN so I dont
know why we test both. Further investigation required.
dump.c
regcomp.c
regcomp.h
regexec.c
regexp.h
regnodes.h