diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-03-27 02:25:44 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-03-27 02:25:44 +0330 |
commit | 8712565a385fcba4734f4d89ffb3aa40a30b4120 (patch) | |
tree | 6ad6f3feddcfd5653df4ec50e3754eb6ec86e737 /src/compiler/ast-tree.h | |
parent | 011414b35bdb4e7e1e819d12e9fb2f37f91b2682 (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.h | 3 |
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); |