Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[World] further cleanup by spider-mario++
  • Loading branch information
moritz committed Apr 10, 2012
1 parent 8144a04 commit 72e8fe8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Perl6/World.pm
Expand Up @@ -702,8 +702,7 @@ class Perl6::World is HLL::World {

# Set yada flag if needed.
if $yada {
my $rtype := $routine_type;
nqp::bindattr_i($code, $rtype, '$!yada', 1);
nqp::bindattr_i($code, $routine_type, '$!yada', 1);
}

# Deserialization also needs to give the Parrot sub its backlink.
Expand Down

0 comments on commit 72e8fe8

Please sign in to comment.