From 279a36b6f8249df48b92574437f57742897841a5 Mon Sep 17 00:00:00 2001 From: LianaHus Date: Tue, 15 Sep 2015 16:33:14 +0200 Subject: throw statement implementation --- libsolidity/Token.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsolidity/Token.h') 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) \ -- cgit