This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Collapse some switch casses
authorKarl Williamson <public@khwilliamson.com>
Fri, 14 Dec 2012 03:30:10 +0000 (20:30 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 22 Dec 2012 18:11:29 +0000 (11:11 -0700)
commit7840972d470c837b535a9aaa45cf495763266241
treee1ff0d7bb0560166b6aeec2ebdf1873780518666
parentcac6e0ca895dd65e70334ad6a6ec5505412bf0f1
regcomp.c: Collapse some switch casses

Previous commits have caused these cases in this switch to be identical,
so they can be collapsed.
regcomp.c