Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
comment out term "shift"
  • Loading branch information
FROGGS committed Mar 24, 2013
1 parent 5bfeb4a commit 03f3283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Perl6/P5Grammar.pm
Expand Up @@ -3276,8 +3276,8 @@ grammar Perl6::P5Grammar is HLL::Grammar does STD5 {
token term:sym<setprotoent>
{ <sym> » <?before \s*> <.ws> <EXPR('q=')>? }

token term:sym<shift>
{ <sym> » <?before \s*> <.ws> <EXPR('q=')>? }
# token term:sym<shift>
# { <sym> » <?before \s*> <.ws> <EXPR('q=')>? }

token term:sym<sin>
{ <sym> » <?before \s*> <.ws> <EXPR('q=')>? }
Expand Down

0 comments on commit 03f3283

Please sign in to comment.