aboutsummaryrefslogtreecommitdiff
path: root/include/tokenizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tokenizer.h')
-rw-r--r--include/tokenizer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tokenizer.h b/include/tokenizer.h
index 53351a4..4735d6f 100644
--- a/include/tokenizer.h
+++ b/include/tokenizer.h
@@ -42,6 +42,7 @@ typedef enum {
TOK_EXPORT,
TOK_RETURN,
TOK_QUESTION_MARK,
+ TOK_AMPERSAND,
TOK_C_VARARGS
} Token;