Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Re-instate nqp::die.
  • Loading branch information
jnthn committed Jul 21, 2012
1 parent 0cf1ec5 commit 839ab97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/QAST/Operations.nqp
Expand Up @@ -1008,6 +1008,7 @@ QAST::Operations.add_core_op('newexception', -> $qastcomp, $op {
$ops
});
QAST::Operations.add_core_pirop_mapping('die_s', 'die', '0s');
QAST::Operations.add_core_pirop_mapping('die', 'die', '0P');

# NQP box/unbox.
for <i n s> {
Expand Down

0 comments on commit 839ab97

Please sign in to comment.