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

NotFound at svn.parrot.org NotFound at svn.parrot.org
Mon Jan 25 17:41:43 UTC 2010


Author: NotFound
Date: Mon Jan 25 17:41:40 2010
New Revision: 43588
URL: https://trac.parrot.org/parrot/changeset/43588

Log:
[pmc] return self in FPA sort method, TT #1414

Modified:
   trunk/src/pmc/fixedpmcarray.pmc

Modified: trunk/src/pmc/fixedpmcarray.pmc
==============================================================================
--- trunk/src/pmc/fixedpmcarray.pmc	Mon Jan 25 13:54:15 2010	(r43587)
+++ trunk/src/pmc/fixedpmcarray.pmc	Mon Jan 25 17:41:40 2010	(r43588)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2001-2009, Parrot Foundation.
+Copyright (C) 2001-20010, Parrot Foundation.
 $Id$
 
 =head1 NAME
@@ -53,6 +53,7 @@
             else
                 Parrot_quicksort(interp, (void **)PMC_array(SELF), n, cmp_func);
         }
+        RETURN(PMC *SELF);
     }
 
 /*


More information about the parrot-commits mailing list