[svn:parrot] r38322 - branches/pmc_pct/src/pmc
bacek at svn.parrot.org
bacek at svn.parrot.org
Fri Apr 24 15:17:45 UTC 2009
Author: bacek
Date: Fri Apr 24 15:17:45 2009
New Revision: 38322
URL: https://trac.parrot.org/parrot/changeset/38322
Log:
[cage] Fix sub.pmc VTABLE declarations.
Modified:
branches/pmc_pct/src/pmc/sub.pmc
Modified: branches/pmc_pct/src/pmc/sub.pmc
==============================================================================
--- branches/pmc_pct/src/pmc/sub.pmc Fri Apr 24 15:17:20 2009 (r38321)
+++ branches/pmc_pct/src/pmc/sub.pmc Fri Apr 24 15:17:45 2009 (r38322)
@@ -666,7 +666,7 @@
*/
- PMC *inspect()
+ VTABLE PMC *inspect()
{
/* Create a hash, then use inspect_str to get all of the data to
* fill it up with. */
@@ -738,7 +738,7 @@
*/
- PMC *inspect_str(STRING *what)
+ VTABLE PMC *inspect_str(STRING *what)
{
Parrot_sub *sub;
INTVAL count_found = -1;
More information about the parrot-commits
mailing list