[svn:parrot] r39422 - branches/pmc_pct/compilers/vtdumper

cotto at svn.parrot.org cotto at svn.parrot.org
Sat Jun 6 04:12:34 UTC 2009


Author: cotto
Date: Sat Jun  6 04:12:30 2009
New Revision: 39422
URL: https://trac.parrot.org/parrot/changeset/39422

Log:
[vtdumper] mark the generate_dump stage as a method

Modified:
   branches/pmc_pct/compilers/vtdumper/vtdumper.pir

Modified: branches/pmc_pct/compilers/vtdumper/vtdumper.pir
==============================================================================
--- branches/pmc_pct/compilers/vtdumper/vtdumper.pir	Sat Jun  6 03:21:22 2009	(r39421)
+++ branches/pmc_pct/compilers/vtdumper/vtdumper.pir	Sat Jun  6 04:12:30 2009	(r39422)
@@ -31,7 +31,7 @@
 .end
 
 
-.sub 'generate_dump'
+.sub 'generate_dump' :method
     .param pmc past
     .param pmc adverbs :slurpy :named
 


More information about the parrot-commits mailing list