diff options
Diffstat (limited to 'inc/term.h')
-rw-r--r-- | inc/term.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |