This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regex: Splice out no longer used array element
authorKarl Williamson <public@khwilliamson.com>
Sat, 13 Oct 2012 15:07:05 +0000 (09:07 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 14 Oct 2012 15:03:37 +0000 (09:03 -0600)
commit88675427278c9e6329fba9382072cae9dd00c163
tree6f2b3286f469ad7e5b65f44c2ad180f37dc445a4
parente0193e472b025d41438e251be622aad42c9af9cc
regex: Splice out no longer used array element

A recent commit removed all uses of an array element in the middle of an
array.  This moves up the elements that followed it.
regcomp.c
regexec.c