diff options
Diffstat (limited to 'src/compiler/ast-tree.h')
-rw-r--r-- | src/compiler/ast-tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/ast-tree.h b/src/compiler/ast-tree.h index 1c39ecb..988b48c 100644 --- a/src/compiler/ast-tree.h +++ b/src/compiler/ast-tree.h @@ -326,6 +326,7 @@ bool typeIsEqualBack(const AstTree *type0, const AstTree *type1); AstTree *getValue(AstTree *tree); bool isIntType(AstTree *type); bool isEqual(AstTree *left, AstTree *right); +bool isEqualVariable(AstTreeVariable *left, AstTreeVariable *right); bool setAllTypesRoot(AstTreeRoot *root); bool setAllTypes(AstTree *tree, AstTreeSetTypesHelper helper, |