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