summaryrefslogtreecommitdiff
path: root/mro_core.c
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2018-07-17 14:51:13 +0100
committerHugo van der Sanden <hv@crypt.org>2018-07-17 14:51:13 +0100
commit38a04ca08c8bc29406cdb35d0bfb8ec021357ad9 (patch)
tree62c94f871f4275e7a450621c444fd2d0382e6bc7 /mro_core.c
parent6da38c103d05aaa01c4fac22fc23fd16969e2fb0 (diff)
downloadperl-38a04ca08c8bc29406cdb35d0bfb8ec021357ad9.tar.gz
Restore lost line from comment
This somehow disappeared in the mro => mro_core rename of 8b371338c1.
Diffstat (limited to 'mro_core.c')
-rw-r--r--mro_core.c2
1 files changed, 1 insertions, 1 deletions
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)){