diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2018-08-30 12:02:22 -0400 |
---|---|---|
committer | Andy Dougherty <doughera@lafayette.edu> | 2018-08-30 12:22:21 -0400 |
commit | 1284d2c34d8ce8dead280c0d849b6cc826c124bb (patch) | |
tree | b0f26eab6435a2b2aea80e98ed0b3327e6662dc3 /embed.fnc | |
parent | 0c6023b1f6c90300c0b9526db907cc57fafbbed0 (diff) | |
download | perl-1284d2c34d8ce8dead280c0d849b6cc826c124bb.tar.gz |
[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.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1697,7 +1697,6 @@ EXpRM |SV* |swash_init |NN const char* pkg|NN const char* name|NN SV* listsv|I32 EXpM |UV |swash_fetch |NN SV *swash|NN const U8 *ptr|bool do_utf8 #ifdef PERL_IN_REGCOMP_C EiMR |SV* |add_cp_to_invlist |NULLOK SV* invlist|const UV cp -EiM |void |invlist_set_len|NN SV* const invlist|const UV len|const bool offset EiMRn |bool |invlist_is_iterating|NN SV* const invlist #ifndef PERL_EXT_RE_BUILD EiMRn |UV* |_invlist_array_init |NN SV* const invlist|const bool will_have_0 @@ -1706,6 +1705,7 @@ EsM |void |_append_range_to_invlist |NN SV* const invlist|const UV start|const EsM |void |invlist_extend |NN SV* const invlist|const UV len EsM |void |invlist_replace_list_destroys_src|NN SV *dest|NN SV *src EiMRn |IV* |get_invlist_previous_index_addr|NN SV* invlist +EiM |void |invlist_set_len|NN SV* const invlist|const UV len|const bool offset EiMn |void |invlist_set_previous_index|NN SV* const invlist|const IV index EiMRn |IV |invlist_previous_index|NN SV* const invlist EiMn |void |invlist_trim |NN SV* invlist |