summaryrefslogtreecommitdiff
path: root/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'token.h')
-rw-r--r--token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/token.h b/token.h
index fd378a5..f5b202d 100644
--- a/token.h
+++ b/token.h
@@ -27,6 +27,7 @@ enum {
typedef struct Token Token;
struct Token {
unsigned char type;
+ unsigned long string_ptr;
union {
Slice slice;
Group group;