Update RExC_npar and after_freeze correctly after the first branch of a (?| ... )
authorVincent Pit <vince@profvince.com>
Thu, 25 Jun 2009 18:49:49 +0000 (20:49 +0200)
committerYves Orton <demerphq@gmail.com>
Fri, 26 Jun 2009 17:55:34 +0000 (19:55 +0200)
commitee91d26e067c78d37242b4b2ccf3d5d8d3c85b5f
tree0441a1261afaca6028f4a91c6a12516d200c3c88
parentd00c6acb5649055ca8b949a4bc7e614ee7cf8323
Update RExC_npar and after_freeze correctly after the first branch of a (?| ... )

This fixes RT #59734 : Segfault when using (?|) in regexp.
regcomp.c
t/op/re_tests