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 f86d93f..26eee73 100644
--- a/ast.h
+++ b/ast.h
@@ -135,6 +135,7 @@ struct ut_state {
struct ut_source *sources, *source;
struct ut_callstack *callstack;
struct ut_function *function;
+ size_t calldepth;
};
struct ut_extended_type {