[svn:parrot] r48697 - trunk/src/pmc

nwellnhof at svn.parrot.org nwellnhof at svn.parrot.org
Fri Aug 27 17:31:31 UTC 2010


Author: nwellnhof
Date: Fri Aug 27 17:31:30 2010
New Revision: 48697
URL: https://trac.parrot.org/parrot/changeset/48697

Log:
Set custom mark flag for ImageIOStrings PMC

Modified:
   trunk/src/pmc/imageiostrings.pmc

Modified: trunk/src/pmc/imageiostrings.pmc
==============================================================================
--- trunk/src/pmc/imageiostrings.pmc	Fri Aug 27 17:12:46 2010	(r48696)
+++ trunk/src/pmc/imageiostrings.pmc	Fri Aug 27 17:31:30 2010	(r48697)
@@ -50,6 +50,8 @@
             parrot_new_intval_hash(INTERP));
 
         PARROT_IMAGEIOSTRINGS(SELF)->list = Parrot_pmc_new(INTERP, enum_class_ResizableStringArray);
+
+        PObj_custom_mark_SET(SELF);
     }
 
 /*


More information about the parrot-commits mailing list