[svn:parrot] r47890 - branches/gsoc_past_optimization/compilers/pct/src/PCT

tcurtis at svn.parrot.org tcurtis at svn.parrot.org
Sun Jun 27 18:13:24 UTC 2010


Author: tcurtis
Date: Sun Jun 27 18:13:23 2010
New Revision: 47890
URL: https://trac.parrot.org/parrot/changeset/47890

Log:
Add a 'hll' argument to the new_class call.

Modified:
   branches/gsoc_past_optimization/compilers/pct/src/PCT/Grammar.pir

Modified: branches/gsoc_past_optimization/compilers/pct/src/PCT/Grammar.pir
==============================================================================
--- branches/gsoc_past_optimization/compilers/pct/src/PCT/Grammar.pir	Sun Jun 27 07:39:46 2010	(r47889)
+++ branches/gsoc_past_optimization/compilers/pct/src/PCT/Grammar.pir	Sun Jun 27 18:13:23 2010	(r47890)
@@ -42,7 +42,7 @@
     load_bytecode 'PGE/Util.pbc'
     .local pmc p6meta
     p6meta = new 'P6metaclass'
-    p6meta.'new_class'('PCT::Grammar', 'parent'=>'PGE::Grammar')
+    p6meta.'new_class'('PCT::Grammar', 'parent'=>'PGE::Grammar', 'hll'=>'parrot')
     $P0 = split '::', 'PCT::Grammar'
     $P0 = get_class $P0
     $P1 = get_hll_global ['PGE';'Util'], 'die'


More information about the parrot-commits mailing list