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

bacek at svn.parrot.org bacek at svn.parrot.org
Fri Apr 24 15:09:23 UTC 2009


Author: bacek
Date: Fri Apr 24 15:09:22 2009
New Revision: 38320
URL: https://trac.parrot.org/parrot/changeset/38320

Log:
[cage] Add VTABLE to vtable methods in orderedhash.pmc

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

Modified: branches/pmc_pct/src/pmc/orderedhash.pmc
==============================================================================
--- branches/pmc_pct/src/pmc/orderedhash.pmc	Fri Apr 24 15:08:41 2009	(r38319)
+++ branches/pmc_pct/src/pmc/orderedhash.pmc	Fri Apr 24 15:09:22 2009	(r38320)
@@ -346,7 +346,7 @@
 
 */
 
-    void push_pmc(PMC *value) {
+    VTABLE void push_pmc(PMC *value) {
         const INTVAL n = SELF.elements();
         SELF.set_pmc_keyed_int(n, value);
     }


More information about the parrot-commits mailing list