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 9823fc1..4cbc0b2 100644
--- a/inc/term.h
+++ b/inc/term.h
@@ -25,6 +25,7 @@ struct term {
size_t index;
} ref;
} u;
+ unsigned int meta; // arbitrary field for targets
};
struct term *new_term(term_type type);