[svn:parrot] r37789 - branches/pge1/compilers/pct/src/PCT
pmichaud at svn.parrot.org
pmichaud at svn.parrot.org
Sat Mar 28 01:16:56 UTC 2009
Author: pmichaud
Date: Sat Mar 28 01:16:55 2009
New Revision: 37789
URL: https://trac.parrot.org/parrot/changeset/37789
Log:
[pct]: Switch 'item' calls to 'ast'.
Modified:
branches/pge1/compilers/pct/src/PCT/Grammar.pir
Modified: branches/pge1/compilers/pct/src/PCT/Grammar.pir
==============================================================================
--- branches/pge1/compilers/pct/src/PCT/Grammar.pir Sat Mar 28 01:15:21 2009 (r37788)
+++ branches/pge1/compilers/pct/src/PCT/Grammar.pir Sat Mar 28 01:16:55 2009 (r37789)
@@ -80,7 +80,7 @@
=cut
-.sub 'item' :method
+.sub 'ast' :method
.local pmc obj
obj = getattribute self, '$!ast'
unless null obj goto end
More information about the parrot-commits
mailing list