This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
improve @_ commentary in pp_goto
authorDavid Mitchell <davem@iabyn.com>
Wed, 1 Jul 2015 15:50:53 +0000 (16:50 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 3 Feb 2016 08:59:34 +0000 (08:59 +0000)
commitf72bdec314663b4b71182ffdae79bb35de3a4a5a
treee935b3851b8e407a19a0b509271a1e8ee1dd39d2
parent9513529b23cf2efc93bca3bd53c9cd7a87b71001
improve @_ commentary in pp_goto

Following on from the previous commit which removed cx.argarray,
remove 'argarray' from the comments about @_, and at the same time
generally overhaul those comments; in particular, explaining how
it's a two part process of donating the current @_ to the new sub.
pp_ctl.c