[svn:parrot] r49103 - branches/gc_massacre/src
bacek at svn.parrot.org
bacek at svn.parrot.org
Fri Sep 17 23:46:50 UTC 2010
Author: bacek
Date: Fri Sep 17 23:46:50 2010
New Revision: 49103
URL: https://trac.parrot.org/parrot/changeset/49103
Log:
fix codetest failure - trailing whitespace
Modified:
branches/gc_massacre/src/oo.c
Modified: branches/gc_massacre/src/oo.c
==============================================================================
--- branches/gc_massacre/src/oo.c Fri Sep 17 23:46:36 2010 (r49102)
+++ branches/gc_massacre/src/oo.c Fri Sep 17 23:46:50 2010 (r49103)
@@ -261,8 +261,8 @@
|| base_type == enum_class_String)
type = Parrot_pmc_get_type(interp, key);
else
- type = Parrot_pmc_get_type_str(interp, VTABLE_get_string(interp, key));
-
+ type = Parrot_pmc_get_type_str(interp, VTABLE_get_string(interp, key));
+
classobj = get_pmc_proxy(interp, type);
}
More information about the parrot-commits
mailing list