In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/23155e743c754ba1a72bdfc864ceaeaf7ce2448f?hp=996b0cb8b8b219f477902fa7cadd7d6d10f5d079>
- Log ----------------------------------------------------------------- commit 23155e743c754ba1a72bdfc864ceaeaf7ce2448f Author: Dagfinn Ilmari Mannsåker <[email protected]> Date: Mon Jul 22 17:33:32 2019 +0100 Fix obsolete mention if is_sig in S_pending_ident comment Commit 49fb862041f1f74fafbc91afa553624c43078261 replaced the parameter with a pseudo-keyword value KEY_sigvar in PL_in_my, but forgot to update the comment. ----------------------------------------------------------------------- Summary of changes: toke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toke.c b/toke.c index 91c79a1de2..2f794d69b9 100644 --- a/toke.c +++ b/toke.c @@ -9013,7 +9013,7 @@ Perl_yylex(pTHX) Looks up an identifier in the pad or in a package - is_sig indicates that this is a subroutine signature variable + PL_in_my == KEY_sigvar indicates that this is a subroutine signature variable rather than a plain pad var. Returns: -- Perl5 Master Repository
