[svn:parrot] r46100 - trunk/compilers/pct/src/PAST

jimmy at svn.parrot.org jimmy at svn.parrot.org
Wed Apr 28 03:45:42 UTC 2010


Author: jimmy
Date: Wed Apr 28 03:45:41 2010
New Revision: 46100
URL: https://trac.parrot.org/parrot/changeset/46100

Log:
Replace deprecated in-place substr ops

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

Modified: trunk/compilers/pct/src/PAST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/PAST/Compiler.pir	Wed Apr 28 03:24:47 2010	(r46099)
+++ trunk/compilers/pct/src/PAST/Compiler.pir	Wed Apr 28 03:45:41 2010	(r46100)
@@ -102,7 +102,8 @@
     piropsig['splice']     = 'PPii'
     piropsig['split']      = 'Pss'
     piropsig['sub']        = 'PP+'
-    piropsig['substr']     = 'Ssiis'
+    piropsig['substr']     = 'Ssii'
+    piropsig['replace']    = 'Ssiis'
     piropsig['pow']        = 'NN+'
     piropsig['print']      = 'v*'
     piropsig['say']        = 'v*'


More information about the parrot-commits mailing list