summaryrefslogtreecommitdiff
path: root/src/compiler/ast-tree.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-03-27 02:25:44 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-03-27 02:25:44 +0330
commit8712565a385fcba4734f4d89ffb3aa40a30b4120 (patch)
tree6ad6f3feddcfd5653df4ec50e3754eb6ec86e737 /src/compiler/ast-tree.h
parent011414b35bdb4e7e1e819d12e9fb2f37f91b2682 (diff)
replaced old variable system with new one in vm
Diffstat (limited to 'src/compiler/ast-tree.h')
-rw-r--r--src/compiler/ast-tree.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler/ast-tree.h b/src/compiler/ast-tree.h
index da631c6..87d5c93 100644
--- a/src/compiler/ast-tree.h
+++ b/src/compiler/ast-tree.h
@@ -172,12 +172,9 @@ typedef struct AstTreeHelper {
AstTreeVariables *globalDeps;
} AstTreeHelper;
-struct RunnerVariablePages;
-
typedef struct AstTreeSetTypesHelper {
AstTree *lookingType;
AstTreeHelper *treeHelper;
- struct RunnerVariablePages *pages;
} AstTreeSetTypesHelper;
void astTreePrint(const AstTree *tree, int indent);