[svn:parrot] r38769 - branches/pmc_pct/compilers/pge/PGE

bacek at svn.parrot.org bacek at svn.parrot.org
Thu May 14 11:03:34 UTC 2009


Author: bacek
Date: Thu May 14 11:03:31 2009
New Revision: 38769
URL: https://trac.parrot.org/parrot/changeset/38769

Log:
[pge] Fix typo in PGE::Match.orig

Modified:
   branches/pmc_pct/compilers/pge/PGE/Match.pir

Modified: branches/pmc_pct/compilers/pge/PGE/Match.pir
==============================================================================
--- branches/pmc_pct/compilers/pge/PGE/Match.pir	Thu May 14 06:06:14 2009	(r38768)
+++ branches/pmc_pct/compilers/pge/PGE/Match.pir	Thu May 14 11:03:31 2009	(r38769)
@@ -248,7 +248,7 @@
 =cut
 
 .sub 'orig' :method
-    $P0 = getattribute self, '$!target'
+    $P0 = getattribute self, '$.target'
     .return ($P0)
 .end
 


More information about the parrot-commits mailing list