diff options
author | Gav Wood <i@gavwood.com> | 2014-12-21 23:28:46 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-12-21 23:28:46 +0800 |
commit | 566b980fa3efd4e7b930f44271ced446b401c456 (patch) | |
tree | 9aa06999ca25a5c20750ca085376cfcff84e5edf /Token.h | |
parent | 8e3fbbad44ad144b8cad9d6874e17de882869f11 (diff) | |
download | dexon-solidity-566b980fa3efd4e7b930f44271ced446b401c456.tar dexon-solidity-566b980fa3efd4e7b930f44271ced446b401c456.tar.gz dexon-solidity-566b980fa3efd4e7b930f44271ced446b401c456.tar.bz2 dexon-solidity-566b980fa3efd4e7b930f44271ced446b401c456.tar.lz dexon-solidity-566b980fa3efd4e7b930f44271ced446b401c456.tar.xz dexon-solidity-566b980fa3efd4e7b930f44271ced446b401c456.tar.zst dexon-solidity-566b980fa3efd4e7b930f44271ced446b401c456.zip |
Fixed #683
Diffstat (limited to 'Token.h')
-rw-r--r-- | Token.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ namespace solidity /* Keywords */ \ K(BREAK, "break", 0) \ K(CASE, "case", 0) \ - K(CONST, "const", 0) \ + K(CONST, "constant", 0) \ K(CONTINUE, "continue", 0) \ K(CONTRACT, "contract", 0) \ K(DEFAULT, "default", 0) \ |