This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Collapse two code branches
authorKarl Williamson <public@khwilliamson.com>
Sun, 5 Jan 2014 04:12:07 +0000 (21:12 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 9 Jan 2014 21:05:43 +0000 (14:05 -0700)
commitce06237d0b462fe78ff975ab859a7140c2854fb0
tree2d517bccbd502360fedc9c6c9126646f4c9b9039
parent169068d9015763c5a30a795ed92a4af2fdb3230d
regcomp.c: Collapse two code branches

Previous commits have simplified things so these two if-then-else
branches can be collapsed into one.
regcomp.c