This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Extract duped code into one fcn
authorKarl Williamson <khw@cpan.org>
Sun, 27 Dec 2015 17:39:02 +0000 (10:39 -0700)
committerKarl Williamson <khw@cpan.org>
Thu, 11 Feb 2016 04:16:43 +0000 (21:16 -0700)
commit6421685ecc2e22ca71451c4a545a2a2593260491
tree37059caf1246b9fe5549e4ef2ffca6ddf7120665
parent26edd312d375cfe44d81eedb8694435022e2d8dd
regcomp.c: Extract duped code into one fcn

This takes code that was duplicated and makes it into a single static
inline function, so that maintenance tasks don't have to be done on both
copies.
embed.fnc
embed.h
proto.h
regcomp.c