aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.h b/parse.h
index 6909efe..f7d3392 100644
--- a/parse.h
+++ b/parse.h
@@ -26,7 +26,7 @@ enum statement_type {
struct statement {
enum statement_type type;
- struct token *token;
+ struct position pos;
struct statement *next;
union {
struct label_arg {