[svn:parrot] r39997 - trunk/lib/Parrot

cotto at svn.parrot.org cotto at svn.parrot.org
Sat Jul 11 08:36:06 UTC 2009


Author: cotto
Date: Sat Jul 11 08:36:05 2009
New Revision: 39997
URL: https://trac.parrot.org/parrot/changeset/39997

Log:
[ops2c] revert r656, which apparently hasn't come in handy since then

Modified:
   trunk/lib/Parrot/Op.pm

Modified: trunk/lib/Parrot/Op.pm
==============================================================================
--- trunk/lib/Parrot/Op.pm	Sat Jul 11 07:29:42 2009	(r39996)
+++ trunk/lib/Parrot/Op.pm	Sat Jul 11 08:36:05 2009	(r39997)
@@ -323,7 +323,6 @@
     local $_ = shift;
     my $trans = shift;
 
-    s/{{([a-z]+)\@([^{]*?)}}/ $trans->access_arg($1, $2, $self); /me;
     s/{{\@([^{]*?)}}/   $trans->access_arg($self->arg_type($1 - 1), $1, $self); /me;
 
     s/{{=0,=([^{]*?)}}/   $trans->restart_address($1) . "; {{=0}}"; /me;


More information about the parrot-commits mailing list