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

cotto at svn.parrot.org cotto at svn.parrot.org
Fri Apr 24 15:20:05 UTC 2009


Author: cotto
Date: Fri Apr 24 15:20:04 2009
New Revision: 38324
URL: https://trac.parrot.org/parrot/changeset/38324

Log:
[PMC] add a missing VTABLE decoration

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

Modified: branches/pmc_pct/src/pmc/pmcproxy.pmc
==============================================================================
--- branches/pmc_pct/src/pmc/pmcproxy.pmc	Fri Apr 24 15:19:33 2009	(r38323)
+++ branches/pmc_pct/src/pmc/pmcproxy.pmc	Fri Apr 24 15:20:04 2009	(r38324)
@@ -389,7 +389,7 @@
 =cut
 
 */
-    PMC *inspect()
+    VTABLE PMC *inspect()
     {
         /* Create a hash, then use inspect_str to get all of the data to
          * fill it up with. */


More information about the parrot-commits mailing list