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

cotto at svn.parrot.org cotto at svn.parrot.org
Fri Jun 5 07:05:38 UTC 2009


Author: cotto
Date: Fri Jun  5 07:05:38 2009
New Revision: 39400
URL: https://trac.parrot.org/parrot/changeset/39400

Log:
[vtdumper] rename frozen vtable dump to vtable.frozen to avoid conflicts with the perl-generated vtable.dump

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

Modified: branches/pmc_pct/compilers/vtdumper/vtdumper.pir
==============================================================================
--- branches/pmc_pct/compilers/vtdumper/vtdumper.pir	Fri Jun  5 06:21:54 2009	(r39399)
+++ branches/pmc_pct/compilers/vtdumper/vtdumper.pir	Fri Jun  5 07:05:38 2009	(r39400)
@@ -37,7 +37,7 @@
     .local string frozen
 
     frozen = freeze past
-    'write_file'("vtable.dump", frozen)
+    'write_file'("vtable.frozen", frozen)
 
     exit 0
 .end


More information about the parrot-commits mailing list