In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/e8a6417513a32d293bebb5398cffd093394452e8?hp=d3c48e81594c1d64ba9833495e45d8951b42027c>
- Log ----------------------------------------------------------------- commit e8a6417513a32d293bebb5398cffd093394452e8 Author: Karl Williamson <[email protected]> Date: Mon Dec 12 07:27:13 2016 -0700 Fix missing X in 2 embed.fnc entries Commit 680b55f7dc3b143fa8c4cc5bbd905f9242504f3b should have had 'X' for two entries that were missing it. ----------------------------------------------------------------------- Summary of changes: embed.fnc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embed.fnc b/embed.fnc index 0b85259cdb..cb103c4248 100644 --- a/embed.fnc +++ b/embed.fnc @@ -1609,8 +1609,8 @@ Apd |void |sv_vsetpvfn |NN SV *const sv|NN const char *const pat|const STRLEN pa |NULLOK va_list *const args|NULLOK SV **const svargs \ |const I32 svmax|NULLOK bool *const maybe_tainted ApR |NV |str_to_version |NN SV *sv -EpRM |SV* |swash_init |NN const char* pkg|NN const char* name|NN SV* listsv|I32 minbits|I32 none -EpM |UV |swash_fetch |NN SV *swash|NN const U8 *ptr|bool do_utf8 +EXpRM |SV* |swash_init |NN const char* pkg|NN const char* name|NN SV* listsv|I32 minbits|I32 none +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 -- Perl5 Master Repository
