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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/token.h b/src/include/token.h
index a186fa9..129ed76 100644
--- a/src/include/token.h
+++ b/src/include/token.h
@@ -23,7 +23,8 @@ typedef struct TOKEN_STRUC {
TOKEN_RBLOCK,
TOKEN_RLIST,
TOKEN_LLIST,
- TOKEN_ESC
+ TOKEN_ESC,
+ TOKEN_INT
} type;
/* token value */