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

jonathan at svn.parrot.org jonathan at svn.parrot.org
Tue Aug 25 17:11:45 UTC 2009


Author: jonathan
Date: Tue Aug 25 17:11:43 2009
New Revision: 40787
URL: https://trac.parrot.org/parrot/changeset/40787

Log:
[pct] Fix code generation for binding to attributes.

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

Modified: trunk/compilers/pct/src/PAST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/PAST/Compiler.pir	Tue Aug 25 15:36:00 2009	(r40786)
+++ trunk/compilers/pct/src/PAST/Compiler.pir	Tue Aug 25 17:11:43 2009	(r40787)
@@ -83,6 +83,7 @@
     piropsig['print']      = 'v*'
     piropsig['set']        = 'PP'
     piropsig['setprop']    = '0P~P'
+    piropsig['setattribute'] = '0P~P'
     set_global '%piropsig', piropsig
 
     ##  %valflags specifies when PAST::Val nodes are allowed to


More information about the parrot-commits mailing list