[svn:parrot] r47628 - trunk/compilers/pct/src/PAST
pmichaud at svn.parrot.org
pmichaud at svn.parrot.org
Mon Jun 14 19:56:27 UTC 2010
Author: pmichaud
Date: Mon Jun 14 19:56:27 2010
New Revision: 47628
URL: https://trac.parrot.org/parrot/changeset/47628
Log:
[pct]: Correct signature of 'splice' in PAST::Compiler.
Modified:
trunk/compilers/pct/src/PAST/Compiler.pir
Modified: trunk/compilers/pct/src/PAST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/PAST/Compiler.pir Mon Jun 14 18:27:05 2010 (r47627)
+++ trunk/compilers/pct/src/PAST/Compiler.pir Mon Jun 14 19:56:27 2010 (r47628)
@@ -109,7 +109,7 @@
piropsig['shl'] = 'PP+'
piropsig['shr'] = 'PP+'
piropsig['sleep'] = 'v+'
- piropsig['splice'] = 'PPii'
+ piropsig['splice'] = '0PPii'
piropsig['split'] = 'Pss'
piropsig['sub'] = 'PP+'
piropsig['substr'] = 'Ssii'
More information about the parrot-commits
mailing list