Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
new NQP, use nqp::flip op in Cool.flip.
  • Loading branch information
timo committed Apr 10, 2013
1 parent 17f5e59 commit 33d2614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/Cool.pm
Expand Up @@ -109,7 +109,7 @@ my class Cool {
}

method flip() {
nqp::p6box_s(pir::box__PS(nqp::unbox_s(self.Str)).reverse)
nqp::p6box_s(nqp::flip(nqp::unbox_s(self.Str)))
}
method trans(*@a) { self.Str.trans(@a) }

Expand Down
2 changes: 1 addition & 1 deletion tools/build/NQP_REVISION
@@ -1 +1 @@
2013.03-9-g445f1ac
2013.03-10-ge92eff1

0 comments on commit 33d2614

Please sign in to comment.