aboutsummaryrefslogtreecommitdiff
path: root/inc/context.h
diff options
context:
space:
mode:
authorMarvin Borner2021-08-06 18:46:38 +0200
committerMarvin Borner2021-08-06 18:46:38 +0200
commit55e5ec54eaef97e87efefc2294a5afaf8935566b (patch)
tree77dc537f31c25a845e2d634baea98779398bdd03 /inc/context.h
parent91c00d2fbec848f05971005c5718a0f90b1cc7bf (diff)
trainy things
Diffstat (limited to 'inc/context.h')
-rw-r--r--inc/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/context.h b/inc/context.h
index 3f7b686..b11e23d 100644
--- a/inc/context.h
+++ b/inc/context.h
@@ -20,7 +20,7 @@ struct ctx {
struct token *tokens;
struct {
- struct tree *head;
+ struct node *head;
struct node *current;
} tree;
};