aboutsummaryrefslogtreecommitdiff
path: root/src/include/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/token.h')
-rw-r--r--src/include/token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/token.h b/src/include/token.h
index 8964ccd..b58233d 100644
--- a/src/include/token.h
+++ b/src/include/token.h
@@ -10,7 +10,7 @@
#define TOKEN_CHAR_FIRST_CHAR_INT "0123456789"
typedef struct TOKEN_STRUC {
- enum {
+ enum TOKEN_ENUM {
TOKEN_KEYWORD, // keyword
TOKEN_PRIM_STR_DELIM, // '
TOKEN_PRIM_STR, // 'string'