This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Move some code to later in block
authorKarl Williamson <public@khwilliamson.com>
Sun, 16 Dec 2012 03:05:31 +0000 (20:05 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 22 Dec 2012 18:11:30 +0000 (11:11 -0700)
commita5f07f583be93eaa77e8821e9a6441f4237a7928
tree8e247c0ed3629e52b82ebd00668bba9e1820e4ae
parentf654391eb8fbdef379cce3c487d00fbac784ebdb
regcomp.c: Move some code to later in block

These two code snippets are currently unrelated to anything else going
on in their respective blocks.  A future commit, however, will want
things like this to happen after the 'posixes' variable has been
updated.
regcomp.c