summaryrefslogtreecommitdiffhomepage
path: root/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ast.h b/ast.h
index 365d4c0..8d9a8eb 100644
--- a/ast.h
+++ b/ast.h
@@ -88,7 +88,7 @@ struct ut_scope {
};
struct ut_function {
- char *name;
+ char *name, *filename;
struct json_object *args;
struct ut_scope *scope, *parent_scope;
uint32_t entry;