Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Eliminate one more of the pir:: in BOOTSTRAP.
  • Loading branch information
jnthn committed Apr 27, 2013
1 parent a25b65b commit 26d0a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/BOOTSTRAP.nqp
Expand Up @@ -1134,7 +1134,7 @@ BEGIN {
# If we're at a single candidate here, and we also know there's no
# type constraints that follow, we can cache the result.
if nqp::elems(@possibles) == 1 && $pure_type_result {
if nqp::isnull(pir::getattribute__PPs($capture, 'named')) {
unless nqp::capturehasnameds($capture) {
nqp::scwbdisable();
nqp::bindattr($dcself, Routine, '$!dispatch_cache',
nqp::multicacheadd(
Expand Down
2 changes: 1 addition & 1 deletion tools/build/NQP_REVISION
@@ -1 +1 @@
2013.04-101-ge610165
2013.04-105-g176fa67

0 comments on commit 26d0a47

Please sign in to comment.