aboutsummaryrefslogtreecommitdiffstats
path: root/src/bootstrap/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap/parser.h')
-rw-r--r--src/bootstrap/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/parser.h b/src/bootstrap/parser.h
index 3bd17ef..3834c75 100644
--- a/src/bootstrap/parser.h
+++ b/src/bootstrap/parser.h
@@ -2,7 +2,7 @@
2#define BDL_PARSER_H 2#define BDL_PARSER_H
3 3
4typedef struct Visitor { 4typedef struct Visitor {
5 Tokens tokens; 5 Token *tokens;
6 size_t current; 6 size_t current;
7} Visitor; 7} Visitor;
8 8