From 38a04ca08c8bc29406cdb35d0bfb8ec021357ad9 Mon Sep 17 00:00:00 2001 From: Hugo van der Sanden Date: Tue, 17 Jul 2018 14:51:13 +0100 Subject: Restore lost line from comment This somehow disappeared in the mro => mro_core rename of 8b371338c1. --- mro_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mro_core.c') diff --git a/mro_core.c b/mro_core.c index cf7768f6c8..c22e3373f1 100644 --- a/mro_core.c +++ b/mro_core.c @@ -863,7 +863,7 @@ Perl_mro_package_moved(pTHX_ HV * const stash, HV * const oldstash, mro_gather_and_rename set aside for us) this way, in case one class in this list is a superclass of a another class that we have already encountered. In such a case, meta->isa - + will have been overwritten without old entries being deleted from PL_isarev. */ struct mro_meta * const meta = HvMROMETA(stash); if(meta->isa != (HV *)HeVAL(iter)){ -- cgit v1.2.1