summaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@l3000.localdomain>2011-03-21 09:04:01 -0400
committerSøren Sandmann Pedersen <ssp@l3000.localdomain>2011-03-21 09:04:01 -0400
commit7eb1ccf9008fed55f99c186fdefeacf9dc9a95fc (patch)
tree8788ddc88e3c8fa722053ba3bdde54fbc79db732 /ast.h
parentadd1d2ecaef96c2af3cce193f33a813844b856ea (diff)
Allow void to be given explicitly for return types
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ast.h b/ast.h
index 77fe134..b48cf77 100644
--- a/ast.h
+++ b/ast.h
@@ -788,6 +788,7 @@ typedef enum
TOKEN_AS,
TOKEN_IS,
TOKEN_VAR,
+ TOKEN_VOID,
TOKEN_IN,
TOKEN_AT,
TOKEN_OPERATOR,