[svn:parrot] r38054 - trunk/compilers/pct/src/POST

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sat Apr 11 07:41:52 UTC 2009


Author: fperrad
Date: Sat Apr 11 07:41:51 2009
New Revision: 38054
URL: https://trac.parrot.org/parrot/changeset/38054

Log:
[pct] code cleanup

Modified:
   trunk/compilers/pct/src/POST/Compiler.pir

Modified: trunk/compilers/pct/src/POST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/POST/Compiler.pir	Sat Apr 11 03:54:34 2009	(r38053)
+++ trunk/compilers/pct/src/POST/Compiler.pir	Sat Apr 11 07:41:51 2009	(r38054)
@@ -23,9 +23,6 @@
     $P1 = split ' ', 'pir evalpmc'
     cproto.'stages'($P1)
 
-    $P0 = new 'ResizablePMCArray'
-    set_global '@!subcode', $P0
-
     $P0 = new 'String'
     set_global '$?HLL', $P0
     null $P0
@@ -86,7 +83,7 @@
     line = source.'lineof'(pos)
     inc line
   done_subline:
-    $P0 = self.'pir'(cpost)
+    self.'pir'(cpost)
     goto iter_loop
   iter_end:
 .end


More information about the parrot-commits mailing list