This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #133468] Silence compiler warning
authorAndy Dougherty <doughera@lafayette.edu>
Thu, 30 Aug 2018 16:02:22 +0000 (12:02 -0400)
committerAndy Dougherty <doughera@lafayette.edu>
Thu, 30 Aug 2018 16:22:21 +0000 (12:22 -0400)
commit1284d2c34d8ce8dead280c0d849b6cc826c124bb
treeb0f26eab6435a2b2aea80e98ed0b3327e6662dc3
parent0c6023b1f6c90300c0b9526db907cc57fafbbed0
[perl #133468] Silence compiler warning

Commit 1a69c9a77a no longer uses S_invlist_set_len in ext/re/re_comp.c,
but didn't adjust embed.fnc accordingly.  This patch moves that function
into the #ifndef PERL_EXT_RE_BUILD block in embed.fnc.  It also
includes regenerated embed.h and proto.h files.
embed.fnc
embed.h
proto.h