This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Replace code with fcn that does the same thing
authorKarl Williamson <khw@cpan.org>
Wed, 15 Aug 2018 19:49:55 +0000 (13:49 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 20 Aug 2018 18:44:25 +0000 (12:44 -0600)
commitfabc17e98e99c91c611d780a980fc920041e9bae
treec75d468bc805314e49c66479bd672603b5aa3369
parent891fd405747731eb85d112cac6bb9d04f3425909
regcomp.c: Replace code with fcn that does the same thing

This makes one less place that has to know certain details.  Since the
function is inline, there should be no change in the compiled code
regcomp.c