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 7a39b989..4476b383 100644
--- a/Token.h
+++ b/Token.h
@@ -169,6 +169,7 @@ namespace solidity {
K(PUBLIC, "public", 0) \
K(PRIVATE, "private", 0) \
K(RETURN, "return", 0) \
+ K(RETURNS, "returns", 0) \
K(STRUCT, "struct", 0) \
K(SWITCH, "switch", 0) \
K(THIS, "this", 0) \