Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Twiddle deserialization code-gen a little.
  • Loading branch information
jnthn committed Jan 18, 2013
1 parent e664ef5 commit 1bcb2aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/QAST/JASTCompiler.nqp
Expand Up @@ -1978,7 +1978,10 @@ class QAST::CompilerJAST {
),
QAST::Op.new(
:op('if'),
QAST::Var.new( :name('conflicts'), :scope('local') ),
QAST::Op.new(
:op('elems'),
QAST::Var.new( :name('conflicts'), :scope('local') )
),
$repo_conf_res
)
)
Expand Down

0 comments on commit 1bcb2aa

Please sign in to comment.