This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Combine some cases in a switch()
authorKarl Williamson <public@khwilliamson.com>
Sun, 16 Dec 2012 02:28:20 +0000 (19:28 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 22 Dec 2012 18:11:30 +0000 (11:11 -0700)
commitf654391eb8fbdef379cce3c487d00fbac784ebdb
treefb11a748cf23086e39d3006a1cb08a5f41ddcae7
parent65e851193a411fbd023ba2a598161b4c551d3019
regcomp.c: Combine some cases in a switch()

These cases differ only in the operand.  The logic is identical.
regcomp.c