In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a35cc1c13abf28a1d52012f7dd511e544902becf?hp=36672c259f294d48bfc86febe9d2a9cbe7ba9e41>
- Log ----------------------------------------------------------------- commit a35cc1c13abf28a1d52012f7dd511e544902becf Author: Father Chrysostomos <[email protected]> Date: Wed Sep 19 09:59:46 2012 -0700 embed.fnc: Remove d flag from cv_clone_into I copied it from another entry by mistake. I donât think this should be documented, at least not yet, as I am not confident the interface is stable yet. There may be significant changes before 5.18. ----------------------------------------------------------------------- Summary of changes: embed.fnc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/embed.fnc b/embed.fnc index 0db9300..8553fb8 100644 --- a/embed.fnc +++ b/embed.fnc @@ -2326,7 +2326,7 @@ sd |void |cv_dump |NN const CV *cv|NN const char *title # endif #endif Apd |CV* |cv_clone |NN CV* proto -pd |CV* |cv_clone_into |NN CV* proto|NN CV *target +p |CV* |cv_clone_into |NN CV* proto|NN CV *target pd |void |pad_fixup_inner_anons|NN PADLIST *padlist|NN CV *old_cv|NN CV *new_cv pdX |void |pad_push |NN PADLIST *padlist|int depth ApdR |HV* |pad_compname_type|const PADOFFSET po -- Perl5 Master Repository
