summaryrefslogtreecommitdiffhomepage
path: root/ast.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-10-02 17:37:19 +0200
committerJo-Philipp Wich <jo@mein.io>2020-10-02 19:19:30 +0200
commit96aafdf30e6557e5fdf3e80c7dee4e1dab73e898 (patch)
tree167e1b4c2cea9eceb1f383412fea65594874f729 /ast.h
parent74a73e2c41ed9661e32a26fe1460a1b8a68961e7 (diff)
main: track current template filename during execution
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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 92e021e..20f74a4 100644
--- a/ast.h
+++ b/ast.h
@@ -107,6 +107,7 @@ struct ut_state {
uint8_t off;
} stack;
struct json_object *ctx;
+ char *filename;
};
struct ut_extended_type {