From e0aa26060134190dff602c6f37e9d7f75df6b824 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 27 Nov 2010 07:13:13 -0800 Subject: mro.c: Assert that the previous commit is correct --- mro.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mro.c') diff --git a/mro.c b/mro.c index ec0fb60291..170741caf1 100644 --- a/mro.c +++ b/mro.c @@ -992,6 +992,7 @@ S_mro_gather_and_rename(pTHX_ HV * const stashes, HV * const seen_stashes, it, so subclasses could be listed in isarev hashes belonging to any of the names, so we have to check all of them. */ + assert(!oldstash || HvENAME(oldstash)); if (oldstash) { /* Extra variable to avoid a compiler warning */ char * const hvename = HvENAME(oldstash); -- cgit v1.2.1