Skip to content

Commit

Permalink
Update a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Feb 13, 2013
1 parent 749768c commit 28961ee
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/NQP/World.pm
Expand Up @@ -70,10 +70,9 @@ class NQP::World is HLL::World {
@x
}

# XXX We need to load the module loader to load modules, which means we
# can't just use ...; it, which means we can't get the ModuleLoader symbol
# merged into anywhere...anyway, we chop the circularity by finding it
# through a Parrot namespace for now.
# We need to load the module loader to load modules, which means we
# can't just use ...; it; we break the circularity by using the global
# HLL symbol stash.
my $loader := nqp::getcurhllsym('ModuleLoader');

# Loads the setting and emits code
Expand Down

0 comments on commit 28961ee

Please sign in to comment.