diff options
Diffstat (limited to 'inc/term.h')
-rw-r--r-- | inc/term.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ typedef enum { INV, ABS, APP, VAR, CLOSURE, CACHE } term_type; struct term { + int tracker; term_type type; union { struct { |