aboutsummaryrefslogtreecommitdiffstats
path: root/Token.h
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2015-01-27 07:02:06 +0800
committerGav Wood <i@gavwood.com>2015-01-27 07:02:06 +0800
commit8dbdaa79e37619fc79b7111b12d5385f140fd1a1 (patch)
tree340678643ca5d2394533df2eb168393f970b009e /Token.h
parent6e33b8cce1a7e4881f207e73fc366df1929de5c3 (diff)
parent8d09d8deb75a28b43a493d8afee5e743a3b201bb (diff)
downloaddexon-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Token.h b/Token.h
index 552e9a75..55ec8e8e 100644
--- a/Token.h
+++ b/Token.h
@@ -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) \