diff options
author | Marvin Borner | 2021-08-06 18:46:38 +0200 |
---|---|---|
committer | Marvin Borner | 2021-08-06 18:46:38 +0200 |
commit | 55e5ec54eaef97e87efefc2294a5afaf8935566b (patch) | |
tree | 77dc537f31c25a845e2d634baea98779398bdd03 /inc/context.h | |
parent | 91c00d2fbec848f05971005c5718a0f90b1cc7bf (diff) |
trainy things
Diffstat (limited to 'inc/context.h')
-rw-r--r-- | inc/context.h | 2 |
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; }; |