aboutsummaryrefslogtreecommitdiff
path: root/inc/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/term.h')
-rw-r--r--inc/term.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/term.h b/inc/term.h
index 8fbdad7..b70e60a 100644
--- a/inc/term.h
+++ b/inc/term.h
@@ -6,6 +6,7 @@
typedef enum { INV, ABS, APP, VAR, CLOSURE, CACHE } term_type;
struct term {
+ int tracker;
term_type type;
union {
struct {