Skip to content

Commit

Permalink
Put in nqp::p6settypes on not moar backends
Browse files Browse the repository at this point in the history
This reverts parts of commit de4e822.
  • Loading branch information
pmurias committed Sep 26, 2018
1 parent 2136e73 commit ddb5f8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Perl6/Metamodel/BOOTSTRAP.nqp
Expand Up @@ -3494,6 +3494,11 @@ BEGIN {
EXPORT::DEFAULT.WHO<NQPMatchRole> := NQPMatchRole;
EXPORT::DEFAULT.WHO<NQPdidMATCH> := NQPdidMATCH;

#?if !moar
# Set up various type mappings.
nqp::p6settypes(EXPORT::DEFAULT.WHO);
#?endif

# HLL configuration: interop, boxing and exit handling.
nqp::sethllconfig('perl6', nqp::hash(
'int_box', Int,
Expand Down

0 comments on commit ddb5f8f

Please sign in to comment.