Author: allison
Date: Mon Oct 1 23:25:18 2007
New Revision: 21740
Modified:
branches/pdd15oo/src/pmc/class.pmc
Log:
[pdd15oo] Store Class's whoami entry in vtable as a hierarchical name.
Modified: branches/pdd15oo/src/pmc/class.pmc
==============================================================================
--- branches/pdd15oo/src/pmc/class.pmc (original)
+++ branches/pdd15oo/src/pmc/class.pmc Mon Oct 1 23:25:18 2007
@@ -277,7 +277,7 @@
new_vtable = Parrot_clone_vtable(interp, self->vtable);
new_vtable->base_type = type_num;
new_vtable->pmc_class = self;
- new_vtable->whoami = new_name;
+ new_vtable->whoami = VTABLE_get_string(interp, self);
_class->id = type_num;
/* Store the class's vtable in the global table */