This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Extract code from a too-large-function
authorKarl Williamson <khw@cpan.org>
Sat, 2 May 2020 12:45:01 +0000 (06:45 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 31 May 2021 16:56:32 +0000 (10:56 -0600)
commit77a6d54c0deb1165b37dcf11c21cd334ae2579bb
tree0ff8476aa593874fb3b77bd9a2439d5b73d3edcb
parent24eef90b9c96f00a8311aae2f1708ca5cf712865
regcomp.c: Extract code from a too-large-function

S_regclass() is unwieldy.  This commit splits it into two nearly equal
size parts.  More could be done.
embed.fnc
embed.h
proto.h
regcomp.c