[svn:parrot] r38681 - branches/pmc_pct/compilers/pmcc
cotto at svn.parrot.org
cotto at svn.parrot.org
Sun May 10 23:12:13 UTC 2009
Author: cotto
Date: Sun May 10 23:12:13 2009
New Revision: 38681
URL: https://trac.parrot.org/parrot/changeset/38681
Log:
[pmcc] don't load a couple unneeded libraries
Modified:
branches/pmc_pct/compilers/pmcc/pmcc.pir
Modified: branches/pmc_pct/compilers/pmcc/pmcc.pir
==============================================================================
--- branches/pmc_pct/compilers/pmcc/pmcc.pir Sun May 10 21:54:43 2009 (r38680)
+++ branches/pmc_pct/compilers/pmcc/pmcc.pir Sun May 10 23:12:13 2009 (r38681)
@@ -4,9 +4,7 @@
.namespace [ 'PMC';'Compiler' ]
.sub '__onload' :load :init
- load_bytecode 'PGE.pbc'
load_bytecode 'PCT.pbc'
- load_bytecode 'compilers/nqp/nqp.pbc'
.local pmc p6meta
p6meta = new 'P6metaclass'
More information about the parrot-commits
mailing list