Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't have nqpop support yet, so use pirop for now.
  • Loading branch information
jnthn committed Sep 25, 2010
1 parent 6addc8f commit ae7a992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/NQP/Actions.pm
Expand Up @@ -403,7 +403,8 @@ sub package($/) {
$*PACKAGE-SETUP.push(PAST::Op.new(
:pasttype('callmethod'), :name('compose'),
PAST::Op.new(
:pasttype('nqpop'), :name('get_how'),
# XXX nqpop get_how
:pirop('get_how PP'),
PAST::Var.new( :name('type_obj'), :scope('register') )
),
PAST::Var.new( :name('type_obj'), :scope('register') )
Expand Down

0 comments on commit ae7a992

Please sign in to comment.