This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Extract duplicate code to common function
authorKarl Williamson <public@khwilliamson.com>
Sat, 11 Aug 2012 20:10:05 +0000 (14:10 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 12 Aug 2012 01:32:31 +0000 (19:32 -0600)
commit7d103382d5bb85c8a8b1caa5ada8ea405c895a41
tree87e0a31cc55b44f38c091f2c13bfa4caa372ad6b
parent2111a35c733ad351fd039ae6ebb7df6cb0a55c94
regcomp.c: Extract duplicate code to common function

Comments warned about keeping the two code sections in sync; this commit
takes the portions that are identical and makes a common function out of
them, so the synchronization becomes automatic.
regcomp.c