Skip to content

Commit

Permalink
Add the namespace to the hash returned by foreign library requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tene committed May 18, 2009
1 parent 6b43f5d commit 23faa00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perl6.pir
Expand Up @@ -425,6 +425,8 @@ to the Perl 6 compiler.
library['filename'] = $S0
$P0 = get_hll_global name, 'EXPORT'
library['symbols'] = $P0
$P0 = get_hll_namespace name
library['namespace'] = $P0
.return (library)
fail:
.return (retval)
Expand Down

0 comments on commit 23faa00

Please sign in to comment.