This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Refactor code into a function
authorKarl Williamson <public@khwilliamson.com>
Wed, 18 Jul 2012 21:14:54 +0000 (15:14 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 19 Jul 2012 15:39:07 +0000 (09:39 -0600)
commit4f3e8b0f484b99e3e529e1003208d8428d68f277
treef5f17295e3d49779dfa7fa741615611d4d8df0c9
parent520939baa9d3cdd718aefcea37348e7dea62a7a4
regcomp.c: Refactor code into a function

Future commits will use this functionality in additional places beyond
the single one currently.  It makes sense to abstract it into a
function.
embed.fnc
embed.h
proto.h
regcomp.c