aboutsummaryrefslogtreecommitdiffstats
path: root/Token.h
diff options
context:
space:
mode:
authorLiana Husikyan <liana@ethdev.com>2015-03-17 02:19:34 +0800
committerLiana Husikyan <liana@ethdev.com>2015-03-17 17:51:03 +0800
commit2986ecbd753ad0e3f76c98280e68f7f9a464518f (patch)
treed5df83f4c6fef2b1a2b041a0c7f1beb48e4a0f23 /Token.h
parentfc0bdc3d81189b52314c67e0b1d77c451b7b7091 (diff)
downloaddexon-solidity-2986ecbd753ad0e3f76c98280e68f7f9a464518f.tar
dexon-solidity-2986ecbd753ad0e3f76c98280e68f7f9a464518f.tar.gz
dexon-solidity-2986ecbd753ad0e3f76c98280e68f7f9a464518f.tar.bz2
dexon-solidity-2986ecbd753ad0e3f76c98280e68f7f9a464518f.tar.lz
dexon-solidity-2986ecbd753ad0e3f76c98280e68f7f9a464518f.tar.xz
dexon-solidity-2986ecbd753ad0e3f76c98280e68f7f9a464518f.tar.zst
dexon-solidity-2986ecbd753ad0e3f76c98280e68f7f9a464518f.zip
Added anonymous flag to event.
added test
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 2d8a49fc..b2951e93 100644
--- a/Token.h
+++ b/Token.h
@@ -145,6 +145,7 @@ namespace solidity
K(Break, "break", 0) \
K(Case, "case", 0) \
K(Const, "constant", 0) \
+ K(Anonymous, "anonymous", 0) \
K(Continue, "continue", 0) \
K(Contract, "contract", 0) \
K(Default, "default", 0) \