This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow a header in inversion lists.
authorKarl Williamson <public@khwilliamson.com>
Sat, 28 May 2011 22:10:01 +0000 (16:10 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 3 Jul 2011 20:05:46 +0000 (14:05 -0600)
commit97b14ce75a908d3b10dc3ba9714c4514d32a0b43
tree16908ec7882cdf47b22f484f7e82560bb0374e56
parent0a89af2fa733bdcc9671a7a7d7243d4c41983ab7
Allow a header in inversion lists.

An inversion list is an array of UVs.  This allows for other UVs
to be added at the beginning for ancillary purposes.  This patch
does not allocate any space for these, however.
regcomp.c