Author: bernhard
Date: Mon Apr 24 12:27:39 2006
New Revision: 12413
Modified:
trunk/runtime/parrot/library/Data/Replace.pir
Log:
Get rid of last PerlArray in runtime/parrot/libraries.
Modified: trunk/runtime/parrot/library/Data/Replace.pir
==============================================================================
--- trunk/runtime/parrot/library/Data/Replace.pir (original)
+++ trunk/runtime/parrot/library/Data/Replace.pir Mon Apr 24 12:27:39 2006
@@ -46,7 +46,7 @@
.param pmc newVal
.local pmc cache
- new cache, .PerlArray
+ new cache, .ResizablePMCArray
__do_replace( where, oldVal, newVal, cache )
.end