This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add an element to inversion list data structure
authorKarl Williamson <public@khwilliamson.com>
Sun, 29 May 2011 18:27:49 +0000 (12:27 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 3 Jul 2011 20:05:47 +0000 (14:05 -0600)
commitf1b67122022c4748336f3c81978e179361a149d3
treeb490fc206d9adb30e0be3fc2c494c99a613e8d50
parentfa2d2a23f92127e5309991ee009d1b6291408da8
Add an element to inversion list data structure

This element is restricted to either 0 or 1.  The comments detail
how its use enables an inversion list to be efficiently inverted.
embed.fnc
embed.h
proto.h
regcomp.c