This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Reorder two 'if's so shorter branches are first
authorKarl Williamson <public@khwilliamson.com>
Sun, 5 May 2013 16:40:56 +0000 (10:40 -0600)
committerKarl Williamson <public@khwilliamson.com>
Mon, 20 May 2013 17:01:51 +0000 (11:01 -0600)
commitb35bbc3f802dc4b4abbbc28ed19bc5108f2b7ef1
treecb04fc4b15414bc6240b921789e6575d1f0269d0
parentb9cc4f69dc87bbd21b54bb9a4466203cf97afacc
regcomp.c: Reorder two 'if's so shorter branches are first

This makes it easier to understand what is going on
regcomp.c