summaryrefslogtreecommitdiffhomepage
path: root/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ast.h b/ast.h
index 45032d5..3cf0b4f 100644
--- a/ast.h
+++ b/ast.h
@@ -72,6 +72,7 @@ struct ut_op {
struct json_object *proto;
size_t type;
void *data;
+ uint32_t off;
} tag;
struct {
uint32_t next;