diff options
Diffstat (limited to 'inc/tokenize.h')
-rw-r--r-- | inc/tokenize.h | 1 |
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; }; |