aboutsummaryrefslogtreecommitdiff
path: root/inc/tokenize.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/tokenize.h')
-rw-r--r--inc/tokenize.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/tokenize.h b/inc/tokenize.h
index d1a2931..f5e8600 100644
--- a/inc/tokenize.h
+++ b/inc/tokenize.h
@@ -28,6 +28,7 @@ enum token_type {
struct token {
enum token_type type;
+ struct ctx_location location;
ctx_string string;
};