aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/Token.h
diff options
context:
space:
mode:
authorLianaHus <liana@ethdev.com>2015-09-15 22:33:14 +0800
committerLianaHus <liana@ethdev.com>2015-09-16 19:25:32 +0800
commit279a36b6f8249df48b92574437f57742897841a5 (patch)
treeb40646e4a672ed61610c15a8e3bd28040436acae /libsolidity/Token.h
parent9d43f2c186d1ad4027d42f6b155bea5500efa0e5 (diff)
downloaddexon-solidity-279a36b6f8249df48b92574437f57742897841a5.tar.gz
dexon-solidity-279a36b6f8249df48b92574437f57742897841a5.tar.zst
dexon-solidity-279a36b6f8249df48b92574437f57742897841a5.zip
throw statement implementation
Diffstat (limited to 'libsolidity/Token.h')
-rw-r--r--libsolidity/Token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsolidity/Token.h b/libsolidity/Token.h
index 1632a693..2ea7eb01 100644
--- a/libsolidity/Token.h
+++ b/libsolidity/Token.h
@@ -171,6 +171,7 @@ namespace solidity
K(Returns, "returns", 0) \
K(Storage, "storage", 0) \
K(Struct, "struct", 0) \
+ K(Throw, "throw", 0) \
K(Var, "var", 0) \
K(While, "while", 0) \
\
@@ -316,7 +317,6 @@ namespace solidity
K(Of, "of", 0) \
K(Relocatable, "relocatable", 0) \
K(Switch, "switch", 0) \
- K(Throw, "throw", 0) \
K(Try, "try", 0) \
K(Type, "type", 0) \
K(TypeOf, "typeof", 0) \