diff options
Diffstat (limited to 'ast.h')
-rw-r--r-- | ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ struct ut_op { struct json_object *proto; size_t type; void *data; + uint32_t off; } tag; struct { uint32_t next; |