Skip to content

Commit

Permalink
Look up %INC in the right namespace when loading libraries for foreig…
Browse files Browse the repository at this point in the history
…n languages
  • Loading branch information
tene committed Nov 18, 2009
1 parent 68d5c37 commit c00de9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl6.pir
Expand Up @@ -438,7 +438,7 @@ to the Perl 6 compiler.
if null retval goto fail
library = new 'Hash'
library['name'] = name
inc_hash = get_hll_global '%INC'
inc_hash = get_hll_global ['PROCESS'], '%INC'
$S0 = inc_hash[$S0]
library['filename'] = $S0
$P0 = get_hll_namespace name
Expand Down

0 comments on commit c00de9d

Please sign in to comment.