summaryrefslogtreecommitdiff
path: root/src/core/tokenizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/tokenizer.h')
-rw-r--r--src/core/tokenizer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/tokenizer.h b/src/core/tokenizer.h
index 6105c3e..1c435a9 100644
--- a/src/core/tokenizer.h
+++ b/src/core/tokenizer.h
@@ -72,6 +72,8 @@ typedef struct {
typedef struct {
const char *const filename;
+ const char *const source;
+ const size_t source_length;
const char *start;
unsigned start_line;