Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #130998
  • Loading branch information
Fernando Correa committed Mar 15, 2017
1 parent d232f3c commit e1ebb50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Grammar.nqp
Expand Up @@ -4089,6 +4089,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
|| { self.typed_panic: "X::Syntax::CannotMeta", meta => "reduce with", operator => ~$op<OPER><sym>, dba => ~$op<OPER><O>.made<dba>, reason => 'diffy and not chaining' }
]

{ $*IN_REDUCE := 0 }
<args>
}

Expand Down

0 comments on commit e1ebb50

Please sign in to comment.