This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Move 2 hdr inversion fields to SV hdr
authorKarl Williamson <public@khwilliamson.com>
Tue, 12 Feb 2013 06:08:00 +0000 (23:08 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 4 Jul 2013 01:21:18 +0000 (19:21 -0600)
commit4fdeca7844470c929f35857f49078db1fd124dbc
treead20871503cdba744b48c7ade60e60c3ac0939c0
parent4b98096221966ea01c046f4f61b2dc4f60b534b9
regcomp.c: Move 2 hdr inversion fields to SV hdr

This commit continues the process of separating the header area of
inversion lists from the body.  2 more fields are moved out of the
header portion of the inversion list, and into the header portion of the
SV that contains it.
charclass_invlists.h
embed.fnc
inline_invlist.c
proto.h
regcomp.c
regen/mk_invlists.pl