Skip to content

Commit

Permalink
Unroll wrongful solution
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Sep 1, 2019
1 parent 9a371ad commit 9dc6cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Perl6/bootstrap.c/BOOTSTRAP.nqp
Expand Up @@ -3922,8 +3922,8 @@ Perl6::Metamodel::Configuration.set_stash_type(Stash, Map);
Perl6::Metamodel::Configuration.set_submethod_type(Submethod);

# Register default parent types.
Perl6::Metamodel::ClassHOW.set_default_parent_type(Any, :setting-only);
Perl6::Metamodel::GrammarHOW.set_default_parent_type(Grammar, :setting-only);
Perl6::Metamodel::ClassHOW.set_default_parent_type(Any);
Perl6::Metamodel::GrammarHOW.set_default_parent_type(Grammar);

# Put PROCESS in place, and ensure it's never repossessed.
nqp::neverrepossess(PROCESS.WHO);
Expand Down

0 comments on commit 9dc6cb8

Please sign in to comment.