Skip to content

Commit

Permalink
Bump NQP_REVISION to get new nqp:: opcode definitions (and reduce
Browse files Browse the repository at this point in the history
the number of definitions needed in src/Perl6/Actions.pm).
  • Loading branch information
pmichaud committed Jun 22, 2011
1 parent d20aa18 commit a3b692d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions src/Perl6/Actions.pm
Expand Up @@ -8,17 +8,8 @@ INIT {
p6box_s => 'perl6_box_str__Ps',
p6bool => 'perl6_booleanize__Pi',

neg_i => 'neg__Ii',
neg_n => 'neg__Nn',
abs_i => 'abs__Ii',
abs_n => 'abs__Nn',
mod_i => 'mod__Iii',
mod_n => 'mod__Nnn',
lcm_i => 'lcm__Iii',
gcd_i => 'gcd__Iii',
pow_n => 'pow__Nnn',
cmp_i => 'cmp__Iii',
cmp_n => 'cmp__Inn',
);
}

Expand Down
2 changes: 1 addition & 1 deletion tools/build/NQP_REVISION
@@ -1 +1 @@
2011.05-80-g900cf14
2011.05-85-g68ed28c

0 comments on commit a3b692d

Please sign in to comment.