diff options
Diffstat (limited to 'ast.h')
-rw-r--r-- | ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |