Skip to content

Commit

Permalink
Uncomment code in .mixin, now it compiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Feb 1, 2013
1 parent 9202f07 commit 9c45812
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nqp-src/nqp-mo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1389,9 +1389,9 @@ knowhow NQPClassHOW {

# If the original object was concrete, change its type by calling a
# low level op. Otherwise, we just return the new type object
# nqp::isconcrete($obj) ??
# nqp::rebless($obj, $new_type) !!
# $new_type
nqp::isconcrete($obj) ??
nqp::rebless($obj, $new_type) !!
$new_type
}

##
Expand Down

0 comments on commit 9c45812

Please sign in to comment.