Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #121 from timo/nqp_flip_op
new NQP, use nqp::flip op in Cool.flip.
  • Loading branch information
jnthn committed Apr 10, 2013
2 parents 17f5e59 + 33d2614 commit 1ee3b4c
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 1ee3b4c

Please sign in to comment.