In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/10088f564af8cd2979b1ff532d7247a1f69cd03b?hp=555e2b18c04970c0205a348954e3a6f7dc2be19b>
- Log ----------------------------------------------------------------- commit 10088f564af8cd2979b1ff532d7247a1f69cd03b Author: Father Chrysostomos <[email protected]> Date: Thu Jul 28 23:46:30 2016 -0700 unimplemented_op does not implement pp_mapstart ----------------------------------------------------------------------- Summary of changes: pp.c | 2 +- pp_ctl.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pp.c b/pp.c index 4771134..8498469 100644 --- a/pp.c +++ b/pp.c @@ -6174,7 +6174,7 @@ PP(pp_lock) } -/* used for: pp_padany(), pp_mapstart(), pp_custom(); plus any system ops +/* used for: pp_padany(), pp_custom(); plus any system ops * that aren't implemented on a particular platform */ PP(unimplemented_op) diff --git a/pp_ctl.c b/pp_ctl.c index 155349e..0d76286 100644 --- a/pp_ctl.c +++ b/pp_ctl.c @@ -927,6 +927,7 @@ PP(pp_formline) } } +/* also used for: pp_mapstart() */ PP(pp_grepstart) { dSP; -- Perl5 Master Repository
