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

NotFound at svn.parrot.org NotFound at svn.parrot.org
Mon Mar 8 19:57:38 UTC 2010


Author: NotFound
Date: Mon Mar  8 19:57:38 2010
New Revision: 44771
URL: https://trac.parrot.org/parrot/changeset/44771

Log:
set manual_attrs flag in ParrotThread PMC, TT #1501

Modified:
   trunk/src/pmc/parrotthread.pmc

Modified: trunk/src/pmc/parrotthread.pmc
==============================================================================
--- trunk/src/pmc/parrotthread.pmc	Mon Mar  8 19:57:24 2010	(r44770)
+++ trunk/src/pmc/parrotthread.pmc	Mon Mar  8 19:57:38 2010	(r44771)
@@ -79,7 +79,7 @@
     return tid;
 }
 
-pmclass ParrotThread extends ParrotInterpreter no_ro {
+pmclass ParrotThread extends ParrotInterpreter no_ro manual_attrs {
 
 /*
 


More information about the parrot-commits mailing list