summaryrefslogtreecommitdiff
path: root/src/compiler/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/lexer.h')
-rw-r--r--src/compiler/lexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/lexer.h b/src/compiler/lexer.h
index 862efe7..d1d746b 100644
--- a/src/compiler/lexer.h
+++ b/src/compiler/lexer.h
@@ -3,7 +3,7 @@
#include "utils/type.h"
#include <stddef.h>
-typedef enum LexerToken {
+typedef enum LexerToken : u8 {
LEXER_TOKEN_SYMBOL_CLOSE_CURLY_BRACKET,
LEXER_TOKEN_ORDER0 = LEXER_TOKEN_SYMBOL_CLOSE_CURLY_BRACKET,