Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Simplify code-gen of slurpy things.
  • Loading branch information
jnthn committed Apr 7, 2014
1 parent caa39a8 commit ebd3729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.nqp
Expand Up @@ -5992,7 +5992,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
if nqp::objprimspec($nomtype) {
$var.returns($nomtype);
}
else {
elsif !$saw_slurpy {
# Must hll-ize before we go on.
$var.push(QAST::Op.new(
:op('bind'),
Expand Down

0 comments on commit ebd3729

Please sign in to comment.