Skip to content

Commit

Permalink
Fix %*VM<config> (RT #66818).
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jul 1, 2009
1 parent 7fdd7c8 commit 6c6299f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/builtins/globals.pir
Expand Up @@ -83,6 +83,7 @@ src/builtins/globals.pir - initialize miscellaneous global variables
vm = new ['Perl6Hash']
interp = getinterp
config = interp[.IGLOBALS_CONFIG_HASH]
config = new ['Perl6Scalar'], config
vm['config'] = config
set_hll_global "%VM", vm

Expand Down

0 comments on commit 6c6299f

Please sign in to comment.