summaryrefslogtreecommitdiff
path: root/include/lexer/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lexer/token.h')
-rw-r--r--include/lexer/token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lexer/token.h b/include/lexer/token.h
index e0a9ea3..2ba5408 100644
--- a/include/lexer/token.h
+++ b/include/lexer/token.h
@@ -21,6 +21,7 @@ typedef enum {
TK_CHARACTER,
/* Keywords */
+ TK_PROC,
TK_TYPE,
TK_ENUM,
TK_STRUCT,