Skip to content

Commit

Permalink
Move in as a keyword to reserved word section
Browse files Browse the repository at this point in the history
  • Loading branch information
Denton-L committed Jul 20, 2016
1 parent f24d70e commit 827208d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsolidity/parsing/Token.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ namespace solidity
T(GreaterThan, ">", 7) \
T(LessThanOrEqual, "<=", 7) \
T(GreaterThanOrEqual, ">=", 7) \
K(In, "in", 7) \
\
/* Unary operators. */ \
/* IsUnaryOp() relies on this block of enum values */ \
Expand Down Expand Up @@ -220,6 +219,7 @@ namespace solidity
K(Case, "case", 0) \
K(Catch, "catch", 0) \
K(Final, "final", 0) \
K(In, "in", 0) \
K(Inline, "inline", 0) \
K(Let, "let", 0) \
K(Match, "match", 0) \
Expand Down

0 comments on commit 827208d

Please sign in to comment.