In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/d4431b89a00a340cc459be515feeb6c274012420?hp=9902086f9aab16b3a5a8d14e8fb7f99c53549dc1>
- Log ----------------------------------------------------------------- commit d4431b89a00a340cc459be515feeb6c274012420 Author: Father Chrysostomos <[email protected]> Date: Mon Jul 15 22:49:31 2013 -0700 embed.fnc: E does not imply X I thought it did. ----------------------------------------------------------------------- Summary of changes: embed.fnc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embed.fnc b/embed.fnc index 5cbcc08..ffbb7f6 100644 --- a/embed.fnc +++ b/embed.fnc @@ -843,7 +843,7 @@ pd |void |mg_localize |NN SV* sv|NN SV* nsv|bool setmagic ApdR |MAGIC* |mg_find |NULLOK const SV* sv|int type ApdR |MAGIC* |mg_findext |NULLOK const SV* sv|int type|NULLOK const MGVTBL *vtbl : exported for re.pm -EpR |MAGIC* |mg_find_mglob |NN SV* sv +EXpR |MAGIC* |mg_find_mglob |NN SV* sv Apd |int |mg_free |NN SV* sv Apd |void |mg_free_type |NN SV* sv|int how Apd |int |mg_get |NN SV* sv @@ -1363,7 +1363,7 @@ Apd |MAGIC *|sv_magicext |NN SV *const sv|NULLOK SV *const obj|const int how \ |NULLOK const MGVTBL *const vtbl|NULLOK const char *const name \ |const I32 namlen : exported for re.pm -Ep |MAGIC *|sv_magicext_mglob|NN SV *sv +EXp |MAGIC *|sv_magicext_mglob|NN SV *sv ApdbamR |SV* |sv_mortalcopy |NULLOK SV *const oldsv XpaR |SV* |sv_mortalcopy_flags|NULLOK SV *const oldsv|U32 flags ApdR |SV* |sv_newmortal -- Perl5 Master Repository
