Author: bernhard
Date: Sat Jan 14 03:20:36 2006
New Revision: 11172

Modified:
   trunk/languages/Zcode/z3main.pir
Log:
[perl #32642 ([TODO] Remove Perl* PMCs
Zcode: Use ResizablePMCArray instead of PerlArray.


Modified: trunk/languages/Zcode/z3main.pir
==============================================================================
--- trunk/languages/Zcode/z3main.pir    (original)
+++ trunk/languages/Zcode/z3main.pir    Sat Jan 14 03:20:36 2006
@@ -220,7 +220,7 @@ vers_ok:
   setattribute self, "ZComp\0labels", $P0
   $P0 = new Hash
   setattribute self, "ZComp\0subs", $P0
-  $P0 = new PerlArray
+  $P0 = new ResizablePMCArray
   setattribute self, "ZComp\0todo_subs", $P0
   .local pmc ops
   ops = self."set_oplist"()

Reply via email to