Skip to content

Commit

Permalink
Don't load all of PCT for PCT::HLLCompiler
Browse files Browse the repository at this point in the history
PCT::HLLCompiler is in a separate module, which we can load without
issue.  I'd still like to know what the underlying problem was.
  • Loading branch information
sorear committed Apr 25, 2010
1 parent 4b3feea commit de1f228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl5.pir
Expand Up @@ -23,7 +23,7 @@ Creates the compiler using a C<PCT::HLLCompiler> object.
.sub 'onload' :anon :load :init
$P0 = box .Parrot_dlopen_global_FLAG
$P1 = loadlib 'blizkost_group', $P0
load_bytecode 'PCT.pbc'
load_bytecode 'PCT/HLLCompiler.pbc'

$P2 = split ' ', '$!interp $!requirer $!export-lister'

Expand Down

0 comments on commit de1f228

Please sign in to comment.