This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Add parameter to static fcn
authorKarl Williamson <khw@cpan.org>
Sun, 17 Mar 2019 16:36:48 +0000 (10:36 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 18 Mar 2019 16:40:15 +0000 (10:40 -0600)
commit8019f582e520990ebdef662daa658777f3883bc9
tree4bd7022f6d2fd4f10e5ffd128fcd3c7c20cbb190
parent15a9bc0dca3bfa92dbfd43a3d9cc0a300e351d36
regexec.c: Add parameter to static fcn

This parameter will be used to limit how far in the input string to
apply the function to.  But currently, it is set to the end of the
string, so there should be no change from previous behavior.
embed.fnc
embed.h
proto.h
regexec.c