[svn:parrot] r38401 - branches/pmc_pct/compilers/pmc/src

bacek at svn.parrot.org bacek at svn.parrot.org
Wed Apr 29 10:43:00 UTC 2009


Author: bacek
Date: Wed Apr 29 10:43:00 2009
New Revision: 38401
URL: https://trac.parrot.org/parrot/changeset/38401

Log:
Fix init flags

Modified:
   branches/pmc_pct/compilers/pmc/src/vtable_info.pir

Modified: branches/pmc_pct/compilers/pmc/src/vtable_info.pir
==============================================================================
--- branches/pmc_pct/compilers/pmc/src/vtable_info.pir	Wed Apr 29 10:42:31 2009	(r38400)
+++ branches/pmc_pct/compilers/pmc/src/vtable_info.pir	Wed Apr 29 10:43:00 2009	(r38401)
@@ -9,7 +9,7 @@
 
 .namespace ['PMC';'VTableInfo']
 
-.sub '' :load
+.sub '' :load :init
     .local pmc p6meta
 
     p6meta = new 'P6metaclass'


More information about the parrot-commits mailing list