Skip to content

Commit

Permalink
Reserve keyword assert
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Oct 5, 2016
1 parent d5cfb17 commit 0fd6ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libsolidity/parsing/Token.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ namespace solidity
/* Keywords reserved for future use. */ \
K(Abstract, "abstract", 0) \
K(After, "after", 0) \
K(Assert, "assert", 0) \
K(Case, "case", 0) \
K(Catch, "catch", 0) \
K(Final, "final", 0) \
Expand Down

0 comments on commit 0fd6ee4

Please sign in to comment.