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 2090b33..f20be9c 100644
--- a/ast.h
+++ b/ast.h
@@ -77,6 +77,7 @@ struct ut_state {
uint8_t size;
uint8_t off;
} stack;
+ struct json_object *ctx;
};
struct ut_opcode *ut_new_op(struct ut_state *s, int type, struct json_object *val, ...);