diff options
author | Gav Wood <i@gavwood.com> | 2015-01-27 07:02:06 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-01-27 07:02:06 +0800 |
commit | 8dbdaa79e37619fc79b7111b12d5385f140fd1a1 (patch) | |
tree | 340678643ca5d2394533df2eb168393f970b009e /Token.h | |
parent | 6e33b8cce1a7e4881f207e73fc366df1929de5c3 (diff) | |
parent | 8d09d8deb75a28b43a493d8afee5e743a3b201bb (diff) | |
download | dexon-solidity-8dbdaa79e37619fc79b7111b12d5385f140fd1a1.tar dexon-solidity-8dbdaa79e37619fc79b7111b12d5385f140fd1a1.tar.gz dexon-solidity-8dbdaa79e37619fc79b7111b12d5385f140fd1a1.tar.bz2 dexon-solidity-8dbdaa79e37619fc79b7111b12d5385f140fd1a1.tar.lz dexon-solidity-8dbdaa79e37619fc79b7111b12d5385f140fd1a1.tar.xz dexon-solidity-8dbdaa79e37619fc79b7111b12d5385f140fd1a1.tar.zst dexon-solidity-8dbdaa79e37619fc79b7111b12d5385f140fd1a1.zip |
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Diffstat (limited to 'Token.h')
-rw-r--r-- | Token.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -159,6 +159,7 @@ namespace solidity K(IF, "if", 0) \ K(IMPORT, "import", 0) \ K(MAPPING, "mapping", 0) \ + K(MODIFIER, "modifier", 0) \ K(NEW, "new", 0) \ K(PUBLIC, "public", 0) \ K(PRIVATE, "private", 0) \ |