aboutsummaryrefslogtreecommitdiff
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 eb0180b..bbf193c 100644
--- a/token.h
+++ b/token.h
@@ -60,6 +60,7 @@ enum token_type {
TOKEN_EOF,
TOKEN_ERROR,
TOKEN_IDENT,
+ TOKEN_ZERO_IDENT,
TOKEN_NUMBER,
TOKEN_CHAR,
TOKEN_STRING,