This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Remove no longer used parameter, and refactor
authorKarl Williamson <khw@cpan.org>
Wed, 7 Nov 2018 05:49:51 +0000 (22:49 -0700)
committerKarl Williamson <khw@cpan.org>
Fri, 16 Nov 2018 17:48:19 +0000 (10:48 -0700)
commita6609ec917e586c390c562541b3085cdfc7d383c
treec44b35104367e6b746b9c8e429e8ec11268a79b1
parent25f472ce814259c264beeacdb8dfb8b12209ae43
regcomp.c: Remove no longer used parameter, and refactor

This static function no longer is called with a non-NULL final
parameter.  That means it no longer returns a list, and its name is
hereby changed to reflect that.  It also means the function can be
refactored and made simpler.
embed.fnc
embed.h
proto.h
regcomp.c