This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fed3ba5
)
Correct comment in mro_isa_changed_in
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 11 Nov 2010 13:40:43 +0000
(
05:40
-0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 11 Nov 2010 17:35:03 +0000
(09:35 -0800)
It was describing an intermediate version of what became 80ebaca.
mro.c
patch
|
blob
|
blame
|
history
diff --git
a/mro.c
b/mro.c
index
7506994
..
f65157a
100644
(file)
--- a/
mro.c
+++ b/
mro.c
@@
-634,9
+634,8
@@
Perl_mro_isa_changed_in3(pTHX_ HV* stash, const char *stashname,
}
}
- /* Now iterate our MRO (parents), and:
- 1) Add ourselves and everything from our isarev to their isarev
- 2) Delete the parent’s entry from the (now temporary) isa hash
+ /* Now iterate our MRO (parents), adding ourselves and everything from
+ our isarev to their isarev.
*/
/* This only applies if the stash exists. */