This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Rename function, add parameter, make non-static
authorKarl Williamson <public@khwilliamson.com>
Tue, 18 Feb 2014 16:05:09 +0000 (09:05 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 19 Feb 2014 15:32:59 +0000 (08:32 -0700)
commit77d654fbc7477bd2bbb8741fcbb08e9b541f53e3
tree03c9e1a7ce58b02e6af83c959ea28c23db80439c
parent4c1877fc886efb240941fae022811ee44a51a6fd
regexec.c: Rename function, add parameter, make non-static

This is in preparation for a future commit where the function does more
things so its current name would be misleading.  It will need to be
callable from regcomp.c as well.
embed.fnc
embed.h
proto.h
regexec.c