Skip to content

Commit

Permalink
Add nqp::sprintf opcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Aug 15, 2011
1 parent d3798ba commit 8c346b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PAST/NQP.pir
Expand Up @@ -475,6 +475,7 @@ entry to produce the node to be returned.
maphash['substr'] = 'substr__Ssii'
maphash['x'] = 'repeat__Ssi'
maphash['iscclass'] = 'is_cclass__Iisi'
maphash['sprintf'] = 'sprintf__SsP'

# relational opcodes
maphash['cmp_i'] = 'cmp__Iii'
Expand Down

0 comments on commit 8c346b0

Please sign in to comment.