Skip to content

Commit

Permalink
Not much use in stepping on type_declarator.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Aug 19, 2012
1 parent 9c58af5 commit 32a5fa9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/perl6-debug.nqp
Expand Up @@ -90,6 +90,10 @@ class Perl6::HookActions is Perl6::Actions {
$accept := 0;
last;
}
if $_.key eq 'type_declarator' {
$accept := 0;
last;
}
}
$accept
}
Expand Down

0 comments on commit 32a5fa9

Please sign in to comment.