In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/af50ae69325d1ddb2687210da1112fe07f6f2ab9?hp=dcafa39d55218b798360ec3fa393a42a1b6ed3c5>
- Log ----------------------------------------------------------------- commit af50ae69325d1ddb2687210da1112fe07f6f2ab9 Author: Karl Williamson <[email protected]> Date: Wed Sep 11 17:17:18 2019 -0600 mathoms.c: Add comment ----------------------------------------------------------------------- Summary of changes: mathoms.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mathoms.c b/mathoms.c index 8089b79623..752edd8d74 100644 --- a/mathoms.c +++ b/mathoms.c @@ -731,6 +731,10 @@ potentially warn under some level of strict-ness. "Superseded" by C<sv_nosharing()>. =cut + +PERL_UNLOCK_HOOK in intrpvar.h is the macro that refers to this, and guarantees +that mathoms gets loaded. + */ void -- Perl5 Master Repository
