aboutsummaryrefslogtreecommitdiffstats
path: root/Token.h
diff options
context:
space:
mode:
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) \