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

NotFound at svn.parrot.org NotFound at svn.parrot.org
Fri Apr 30 10:37:40 UTC 2010


Author: NotFound
Date: Fri Apr 30 10:37:40 2010
New Revision: 46195
URL: https://trac.parrot.org/parrot/changeset/46195

Log:
set_integer_native is void

Modified:
   trunk/src/pmc/parrotthread.pmc

Modified: trunk/src/pmc/parrotthread.pmc
==============================================================================
--- trunk/src/pmc/parrotthread.pmc	Fri Apr 30 09:30:58 2010	(r46194)
+++ trunk/src/pmc/parrotthread.pmc	Fri Apr 30 10:37:40 2010	(r46195)
@@ -103,9 +103,8 @@
         return ttid;
     }
 
-    VTABLE INTVAL set_integer_native(INTVAL ttid) {
+    VTABLE void set_integer_native(INTVAL ttid) {
         SETATTR_ParrotThread_tid(interp, SELF, ttid);
-        return ttid;
     }
 
 


More information about the parrot-commits mailing list