Skip to content

Commit

Permalink
[pct] Fix code generation for binding to attributes.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@40787 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
jonathan committed Aug 25, 2009
1 parent 3a4699a commit 173850b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compilers/pct/src/PAST/Compiler.pir
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ any value type.
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
Expand Down

0 comments on commit 173850b

Please sign in to comment.