Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump parrot revision to release
  • Loading branch information
moritz committed Sep 19, 2012
1 parent c0bb465 commit 8d5e5ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/NQP/Ops.pm
Expand Up @@ -42,15 +42,15 @@ $ops.add_hll_op('nqp', 'postinc', -> $qastcomp, $op {
:resultchild(0),
QAST::Op.new(
:op('bind'),
QAST::Var.new( :name($tmp), :scope('local'), :decl('var') ),
QAST::Var.new( :name($tmp), :scope('local'), :decl('var'), :returns($var.returns) ),
$var
),
QAST::Op.new(
:op('bind'),
$var,
QAST::Op.new(
:op('add_n'),
QAST::Var.new( :name($tmp), :scope('local') ),
QAST::Var.new( :name($tmp), :scope('local'), :returns($var.returns) ),
QAST::IVal.new( :value(1) )
)
)));
Expand Down
2 changes: 1 addition & 1 deletion tools/build/PARROT_REVISION
@@ -1 +1 @@
RELEASE_4_7_0-165-g29796c6
RELEASE_4_8_0

0 comments on commit 8d5e5ff

Please sign in to comment.