This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make script run code a separate function
authorKarl Williamson <khw@cpan.org>
Mon, 1 Jan 2018 20:39:42 +0000 (13:39 -0700)
committerKarl Williamson <khw@cpan.org>
Thu, 4 Jan 2018 19:38:50 +0000 (12:38 -0700)
commit57c40738fafded0c328e07a024c13df64e97b619
tree4fe9f565b6b4414520e2f6f086159ae3b54c8c08
parent37537123896a527fb35f766e0ddaaacb49c38dc1
Make script run code a separate function

This just does the minimal work (plus white space) to make this code
into a separate function, so that it can be called from elsewhere in the
core.
embed.fnc
embed.h
proto.h
regexec.c