Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix signatures for nqp::bindattr_[i|n|s]. moritz++, pmichaud-- .
  • Loading branch information
pmichaud committed Jul 1, 2011
1 parent ef8b5d3 commit 1819a41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PAST/NQP.pir
Expand Up @@ -342,9 +342,9 @@ entry to produce the node to be returned.

# object opcodes
maphash['bindattr'] = 'setattribute__3PPsP'
maphash['bindattr_i'] = 'repr_bind_attr_int__PPsi'
maphash['bindattr_n'] = 'repr_bind_attr_num__PPsn'
maphash['bindattr_s'] = 'repr_bind_attr_str__PPss'
maphash['bindattr_i'] = 'repr_bind_attr_int__3PPsi'
maphash['bindattr_n'] = 'repr_bind_attr_num__3PPsn'
maphash['bindattr_s'] = 'repr_bind_attr_str__3PPss'
maphash['getattr'] = 'getattribute__PPPs'
maphash['getattr_i'] = 'repr_get_attr_int__IPPs'
maphash['getattr_n'] = 'repr_get_attr_num__NPPs'
Expand Down

0 comments on commit 1819a41

Please sign in to comment.