[svn:parrot] r38316 - branches/pmc_pct/src/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Fri Apr 24 14:57:38 UTC 2009


Author: bacek
Date: Fri Apr 24 14:57:37 2009
New Revision: 38316
URL: https://trac.parrot.org/parrot/changeset/38316

Log:
[cage] Add VTABLE to splice in FPA.pmc

Modified:
   branches/pmc_pct/src/pmc/fixedpmcarray.pmc

Modified: branches/pmc_pct/src/pmc/fixedpmcarray.pmc
==============================================================================
--- branches/pmc_pct/src/pmc/fixedpmcarray.pmc	Fri Apr 24 14:56:57 2009	(r38315)
+++ branches/pmc_pct/src/pmc/fixedpmcarray.pmc	Fri Apr 24 14:57:37 2009	(r38316)
@@ -705,7 +705,7 @@
 
 */
 
-    void splice(PMC *value, INTVAL offset, INTVAL count) {
+    VTABLE void splice(PMC *value, INTVAL offset, INTVAL count) {
         if (count + offset > PMC_size(SELF))
             Parrot_ex_throw_from_c_args(INTERP, NULL, EXCEPTION_INVALID_OPERATION,
                 _("FixedPMCArray: index out of bounds!"));


More information about the parrot-commits mailing list