Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure we can install symbols that originate from other compilatio…
…n units in lexicals.
  • Loading branch information
jnthn committed May 23, 2011
1 parent 8cdd3e9 commit e11dd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/SymbolTable.pm
Expand Up @@ -149,7 +149,7 @@ class Perl6::SymbolTable is HLL::Compiler::SerializationContextBuilder {
:pasttype('callmethod'), :name('get_lexinfo'),
PAST::Val.new( :value($block) )
),
~$name, self.get_slot_past_for_object($obj)
~$name, self.get_object_sc_ref_past($obj)
);
self.add_event(:deserialize_past($fixup), :fixup_past($fixup));
}
Expand Down

0 comments on commit e11dd26

Please sign in to comment.